Skip to content
This repository was archived by the owner on May 8, 2018. It is now read-only.

Commit a249b09

Browse files
committed
feat(package.json): install chalk, remove jest config
feat(package.json): install chalk, remove jest config
1 parent a78f809 commit a249b09

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"url": "https://github.com/Metnew/tiny-universal-skeleton.git"
1010
},
1111
"dependencies": {
12+
"chalk": "^2.1.0",
1213
"express": "^4.15.4",
1314
"lodash": "^4.17.4",
1415
"morgan": "^1.8.2",
@@ -66,10 +67,6 @@
6667
"start": "NODE_ENV=development babel-node ./src/server/index",
6768
"release": "standard-version"
6869
},
69-
"jest": {
70-
"coverageDirectory": "./coverage/",
71-
"collectCoverage": true
72-
},
7370
"engines": {
7471
"node": ">=6"
7572
},

0 commit comments

Comments
 (0)