Skip to content

Commit

Permalink
updated package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
smartin85 committed Apr 29, 2017
1 parent 8ee61b3 commit 8a1afe1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"test": "npm run test:coverage",
"test:tape": "ts-node -P test/tsconfig.json node_modules/tape/bin/tape test/**/*.ts",
"test:tdd": "ts-node -P test/tsconfig.json node_modules/tape-watch/bin/tape-watch test/**/*.ts",
"test:coverage": "nyc npm run test:tape",
"test:coverage": "nyc npm run test:tape && nyc report --reporter=text-lcov | coveralls",
"start": "run-p build:watch serve test:tdd",
"serve": "lite-server -c server.config.js",
"prepublish": "npm run test && uglifyjs build/d3-czip.js -c -m -o build/d3-czip.min.js",
Expand All @@ -56,6 +56,7 @@
"devDependencies": {
"@types/tape": "^4.2.29",
"bestzip": "^1.1.4",
"coveralls": "^2.13.1",
"lite-server": "^2.3.0",
"mkdirp": "^0.5.1",
"npm-run-all": "^4.0.2",
Expand Down

0 comments on commit 8a1afe1

Please sign in to comment.