Skip to content

Commit

Permalink
updated shrinkwrap
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffdutton committed Jan 27, 2017
1 parent 759785d commit c56a2d3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .publishrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
},
"confirm": true,
"publishTag": "latest",
"prePublishScript": "npm run lint && npm test"
"prePublishScript": "npm shrinkwrap && npm run lint && npm test"
}
2 changes: 1 addition & 1 deletion npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lambda-proxy-utils",
"version": "1.0.1",
"version": "1.1.0",
"description": "Lambda Proxy event helpers",
"author": "Geoff Dutton <g.dutton@gmail.com>",
"keywords": [
Expand Down Expand Up @@ -40,8 +40,6 @@
},
"devDependencies": {
"chai": "^3.5.0",
"codacy-coverage": "^2.0.1",
"codecov": "^1.0.1",
"coveralls": "^2.11.15",
"eslint": "^3.14.1",
"eslint-config-standard": "^6.2.1",
Expand All @@ -53,6 +51,7 @@
"publish-please": "^2.2.0"
},
"files": [
"src"
"src",
"npm-shrinkwrap.json"
]
}

0 comments on commit c56a2d3

Please sign in to comment.