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 cd96d8f commit 6a51e6eCopy full SHA for 6a51e6e
.travis.yml
@@ -7,7 +7,7 @@ jobs:
7
script: grunt travis
8
cache:
9
directories:
10
- - "node_modules"
+ - "node_modules2"
11
notifications:
12
email:
13
recipients:
package.json
@@ -44,13 +44,13 @@
44
"coveralls": "^3.0.2",
45
"grunt-coveralls": "^2.0.0",
46
"jest": "^23.4.2",
47
- "hsutil": "*",
48
"ts-jest": "^23.0.1",
49
"tslint": "^4.5.1",
50
"typedoc": "^0.11.1",
51
"typescript": "^2.9.2",
52
"uglifyjs-webpack-plugin": "^1.2.5",
53
"webpack": "^4.14.0",
+ "hsutil": "*",
54
"hslayout": "*",
55
"hsdatab": "*"
56
},
0 commit comments