Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "iopipe", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "IOpipe Lambda Analytics & Tracing Agent", | ||
@@ -19,3 +19,5 @@ "main": "dist/iopipe.js", | ||
}, | ||
"files": ["dist/"], | ||
"files": [ | ||
"dist/" | ||
], | ||
"keywords": [ | ||
@@ -62,6 +64,11 @@ "serverless", | ||
"dependencies": {}, | ||
"pre-commit": ["test"], | ||
"pre-commit": [ | ||
"test" | ||
], | ||
"jest": { | ||
"coveragePathIgnorePatterns": ["/node_modules/", "dist"] | ||
"coveragePathIgnorePatterns": [ | ||
"/node_modules/", | ||
"dist" | ||
] | ||
} | ||
} |
Sorry, the diff of this file is too big to display
123645