Skip to content
This repository has been archived by the owner on Mar 17, 2020. It is now read-only.

Commit

Permalink
fixed lerna missing in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Gökhan Kurt authored and Gökhan Kurt committed Dec 24, 2017
1 parent 5678131 commit 2a89933
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .nycrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"text-summary"
],
"require": [
"ts-node/register"
"ts-node/register/type-check"
],
"extension": [
".ts",
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"chai-spies": "^0.7.1",
"chai-string": "^1.4.0",
"coveralls": "^3.0.0",
"istanbul": "^0.4.5",
"istanbul": "^0.4.5",
"lerna": "^2.5.1",
"mocha": "^4.0.1",
"mochawesome": "^3.0.0",
"nyc": "^11.3.0",
Expand Down

0 comments on commit 2a89933

Please sign in to comment.