Skip to content

Commit 25df22a

Browse files
added moment as dev dependency, and added more configuration
1 parent c78dce4 commit 25df22a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"main": "out/index.js",
66
"types": "out/index.d.ts",
77
"scripts": {
8-
"test": "jest --ci --silent",
8+
"test": "jest --ci --silent --maxWorkers=2",
99
"build": "tsc",
1010
"watch": "tsc -w",
11-
"prepublish": "tsc"
11+
"prepublishOnly": "tsc"
1212
},
1313
"keywords": [],
1414
"author": "Juan Camilo Guarín P",
@@ -17,6 +17,7 @@
1717
"@types/jest": "21.1.10",
1818
"@types/parse": "2.4.4",
1919
"jest": "22.4.2",
20+
"moment": "^2.21.0",
2021
"parse": "1.11.0",
2122
"ts-jest": "21.1.3",
2223
"tslint": "5.8.0",
@@ -29,7 +30,6 @@
2930
"<rootDir>/src",
3031
"<rootDir>/test"
3132
],
32-
"mapCoverage": true,
3333
"collectCoverage": true,
3434
"transform": {
3535
"^.+\\.tsx?$": "<rootDir>/node_modules/ts-jest/preprocessor.js"

0 commit comments

Comments
 (0)