We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c78dce4 commit 25df22aCopy full SHA for 25df22a
package.json
@@ -5,10 +5,10 @@
5
"main": "out/index.js",
6
"types": "out/index.d.ts",
7
"scripts": {
8
- "test": "jest --ci --silent",
+ "test": "jest --ci --silent --maxWorkers=2",
9
"build": "tsc",
10
"watch": "tsc -w",
11
- "prepublish": "tsc"
+ "prepublishOnly": "tsc"
12
},
13
"keywords": [],
14
"author": "Juan Camilo Guarín P",
@@ -17,6 +17,7 @@
17
"@types/jest": "21.1.10",
18
"@types/parse": "2.4.4",
19
"jest": "22.4.2",
20
+ "moment": "^2.21.0",
21
"parse": "1.11.0",
22
"ts-jest": "21.1.3",
23
"tslint": "5.8.0",
@@ -29,7 +30,6 @@
29
30
"<rootDir>/src",
31
"<rootDir>/test"
32
],
- "mapCoverage": true,
33
"collectCoverage": true,
34
"transform": {
35
"^.+\\.tsx?$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
0 commit comments