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 db92b11 commit 914c09fCopy full SHA for 914c09f
.travis.yml
@@ -30,7 +30,7 @@ matrix:
30
env: CI=tests 10
31
- node_js: '11'
32
script: yarn travis
33
- env: CI=tests 11
+ env: CI=coverage 11
34
35
before_install:
36
- yarn install --ignore-engines
package.json
@@ -4,9 +4,9 @@
4
"author": "Tobias Koppers @sokra",
5
"description": "utils for webpack loaders",
6
"dependencies": {
7
- "big.js": "^3.1.3",
+ "big.js": "^5.2.2",
8
"emojis-list": "^2.0.0",
9
- "json5": "^0.5.0"
+ "json5": "^1.0.1"
10
},
11
"scripts": {
12
"lint": "eslint lib test",
0 commit comments