Skip to content

Commit

Permalink
Fix package.json typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanmourtada committed Mar 26, 2017
1 parent 0139139 commit cd02be6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
"tsc": "tsc -P src",
"tsc:tests": "tsc -P tests",
"test:unit": "mocha --compilers ts:ts-node/register \"tests/**/*.ts\"",
"test": "nyc --include src/**/*.ts -e '.ts' --r html -r lcov -r text yarn test:unit",
"test": "nyc --include src/**/*.ts -e '.ts' -r html -r lcov -r text yarn test:unit",
"report-coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
"build": "rm -rf lib && tsc -P src",
"publish:major": "yarn run build && node scripts/publish.js major",
"publish:minor": "yarn run buildß && node scripts/publish.js minor",
"publish:minor": "yarn run build && node scripts/publish.js minor",
"publish:patch": "yarn run build && node scripts/publish.js patch"
},
"dependencies": {
Expand Down

0 comments on commit cd02be6

Please sign in to comment.