From 8b1a29df4b24f55a9ccc84727c841c63a1aeaa3f Mon Sep 17 00:00:00 2001 From: Frank Schmid Date: Tue, 4 Jul 2017 13:26:32 +0200 Subject: [PATCH] Bump version to 2.0.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e3c4ba1f4..3fb5c1d63 100644 --- a/package.json +++ b/package.json @@ -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 (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",