diff --git a/.npmignore b/.npmignore index 4b2af47..3874581 100644 --- a/.npmignore +++ b/.npmignore @@ -1,6 +1,7 @@ .nyc_output/ node_modules/ src/ +testables/ *.log diff --git a/README.md b/README.md index 655d3a4..afd9d74 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Edit your `package.json` file script to perform a post-build action. ```json { - scripts: { + "scripts": { "build": "...", "postbuild": "chest" } diff --git a/package.json b/package.json index dcb301c..019af49 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "license": "MIT", "main": "./lib/CLI.js", "typings": "./lib/index.d.ts", - "version": "2.0.0-alpha-2", + "version": "2.0.0-alpha-3", "dependencies": { "chalk": "^2.3.0" },