Skip to content

Commit

Permalink
v2.1.3 Travis script fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Sándor Krisztián committed Apr 18, 2017
1 parent 151550b commit 6fb153f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,13 +1,13 @@
{
"name": "node-args",
"version": "2.1.2",
"version": "2.1.3",
"description": "Most minimalistic parameter processor for node.",
"main": "index.js",
"scripts": {
"build:src": "node ./node_modules/typescript/lib/tsc.js -p tsconfig.json",
"build:tests": "node ./node_modules/typescript/lib/tsc.js -p tsconfig.tests.json",
"test": "npm run build:tests; ./node_modules/mocha/bin/mocha dest/node-args.spec.js",
"test-travis": "node ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- -R spec ./dest/node-args.spec.js"
"test-travis": "npm run build:tests; node ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- -R spec ./dest/node-args.spec.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 6fb153f

Please sign in to comment.