Skip to content

Commit

Permalink
Bump version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Schmid committed Jul 4, 2017
1 parent 41d701a commit 8b1a29d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serverless-webpack",
"version": "1.0.0-rc.4",
"version": "2.0.0",
"description": "Serverless plugin to bundle your javascript with Webpack",
"main": "index.js",
"author": "Nicola Peduzzi <[email protected]> (http://elastic-coders.com)",
Expand All @@ -24,7 +24,7 @@
},
"homepage": "https://github.com/elastic-coders/serverless-webpack#readme",
"scripts": {
"test": "istanbul cover _mocha tests/all -- -R spec --recursive"
"test": "istanbul cover ./node_modules/mocha/bin/_mocha tests/all -- -R spec --recursive"
},
"dependencies": {
"bluebird": "^3.4.0",
Expand Down

0 comments on commit 8b1a29d

Please sign in to comment.