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 53f1176 commit c3d41b5Copy full SHA for c3d41b5
.travis.yml
@@ -4,11 +4,7 @@ language: node_js
4
node_js:
5
- "8"
6
addons:
7
- apt:
8
- sources:
9
- - google-chrome
10
- packages:
11
- - google-chrome-stable
+ chrome: stable
12
before_install:
13
- npm i -g npm
14
- npm install grunt-cli -g
package.json
@@ -62,7 +62,7 @@
62
"css-loader": "^3.4.2",
63
"enzyme": "^3.11.0",
64
"enzyme-adapter-react-16": "^1.15.2",
65
- "extract-text-webpack-plugin": "^4.0.0-beta.0",,
+ "extract-text-webpack-plugin": "^4.0.0-beta.0",
66
"fork-ts-checker-webpack-plugin": "^4.0.3",
67
"grunt": "^1.0.4",
68
"grunt-check-dependencies": "^1.0.0",
0 commit comments