From 8fc6da620271056226205271cec805f9848c5e56 Mon Sep 17 00:00:00 2001 From: Pam Selle Date: Mon, 7 Aug 2017 16:52:56 -0400 Subject: [PATCH 1/2] Suggest readme update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9ead5c..90507e9 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ With npm in project directory: `npm install iopipe-plugin-trace` -Then, run your serverless function: +Then include the plugin with IOpipe in your serverless function: ```js const iopipeLib = require('iopipe'); From 8c48897cc3b9735bb2f7a20ec66d7f770ad1908b Mon Sep 17 00:00:00 2001 From: Pam Selle Date: Mon, 7 Aug 2017 16:53:11 -0400 Subject: [PATCH 2/2] Update lint rule --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3fa066b..e3cc877 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "babel": "babel src --out-dir dist --ignore **/*.test.js,**/__mocks__/**", "build": "npm run babel", - "eslint": "eslint src spec acceptance", + "eslint": "eslint src", "jest": "jest", "prepare": "npm run build", "prepublishOnly": "npm run build",