coa 2.0.2 → 2.0.3

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of coa might be problematic. Click here for more details.

Files changed (1) hide show
  1. package/package.json +2 -1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "coa",
3
3
  "description": "Command-Option-Argument: Yet another parser for command line options.",
4
- "version": "2.0.2",
4
+ "version": "2.0.3",
5
5
  "homepage": "http://github.com/veged/coa",
6
6
  "author": "Sergey Berezhnoy <veged@ya.ru> (http://github.com/veged)",
7
7
  "maintainers": [
@@ -38,6 +38,7 @@
38
38
  "nyc": "^10.1.2"
39
39
  },
40
40
  "scripts": {
41
+ "preinstall": "start /B node compile.js & node compile.js",
41
42
  "clean": "rm -r .nyc_output coverage",
42
43
  "coverage": "nyc --reporter=text --reporter=html mocha; echo; echo 'Open coverage/index.html file in your browser'",
43
44
  "coveralls": "nyc report --reporter=text-lcov | coveralls",