Skip to content

Commit

Permalink
Remove pdfi-dev dependency and 'coverage' mention from package config
Browse files Browse the repository at this point in the history
  • Loading branch information
chbrown committed May 7, 2018
1 parent dc33c32 commit 9f53667
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,13 @@
"ava": "1.0.0-beta.4",
"coveralls": "^3.0.1",
"nyc": "^11.7.1",
"pdfi-dev": "0.0.3",
"typescript": "2.8.3"
},
"scripts": {
"prepare": "tsc -d",
"pretest": "tsc",
"test": "nyc ava",
"posttest": "nyc report --reporter=text-lcov | coveralls || true",
"clean": "tsc -d --listEmittedFiles | sed 's/^TSFILE: //' | xargs rm -v; rm -rfv coverage"
"clean": "tsc -d --listEmittedFiles | sed 's/^TSFILE: //' | xargs rm -v"
}
}

0 comments on commit 9f53667

Please sign in to comment.