Skip to content

Commit

Permalink
integrate with yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
kamil.mysliwiec committed Jul 23, 2017
1 parent 132771f commit d2143d1
Show file tree
Hide file tree
Showing 2 changed files with 4,887 additions and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -7,8 +7,7 @@
"start": "nodemon -e ts --watch src index.js",
"build": "node index.js",
"test": "nyc --require ts-node/register mocha src/**/*.spec.ts --reporter spec",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"postinstall": "opencollective postinstall"
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"nyc": {
"include": [
Expand Down

0 comments on commit d2143d1

Please sign in to comment.