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 c27362a commit cc36fa4Copy full SHA for cc36fa4
package.json
@@ -1,11 +1,11 @@
1
{
2
"private": true,
3
"devDependencies": {
4
- "node-sass": "*",
5
- "postcss-cli": "*",
6
- "autoprefixer": "*",
7
- "browserify": "*",
8
- "babelify": "*",
9
- "babel-preset-es2015": "*"
+ "node-sass": "~3.10",
+ "postcss-cli": "~2.6",
+ "autoprefixer": "~6.5",
+ "browserify": "~13.1",
+ "babelify": "~7.3",
+ "babel-preset-es2015": "~6.16"
10
}
11
0 commit comments