-
Notifications
You must be signed in to change notification settings - Fork 417
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Frank Schmid
committed
Jul 4, 2017
1 parent
41d701a
commit 8b1a29d
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)", | ||
|
@@ -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", | ||
|