Skip to content

Commit 8b1a29d

Browse files
author
Frank Schmid
committed
Bump version to 2.0.0
1 parent 41d701a commit 8b1a29d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-webpack",
3-
"version": "1.0.0-rc.4",
3+
"version": "2.0.0",
44
"description": "Serverless plugin to bundle your javascript with Webpack",
55
"main": "index.js",
66
"author": "Nicola Peduzzi <[email protected]> (http://elastic-coders.com)",
@@ -24,7 +24,7 @@
2424
},
2525
"homepage": "https://github.com/elastic-coders/serverless-webpack#readme",
2626
"scripts": {
27-
"test": "istanbul cover _mocha tests/all -- -R spec --recursive"
27+
"test": "istanbul cover ./node_modules/mocha/bin/_mocha tests/all -- -R spec --recursive"
2828
},
2929
"dependencies": {
3030
"bluebird": "^3.4.0",

0 commit comments

Comments
 (0)