Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jbub/ghostwriter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjbub <contact@jbub.eu>2017-02-04 11:26:47 +0300
committerjbub <contact@jbub.eu>2017-02-04 11:26:47 +0300
commit4707e1790b293770adf14803a717fdba225d3e22 (patch)
tree11cf58732d5dfeaf254f28850421e8c5478025b7 /package.json
parent2e4ed12f4e738e64a5f1c07a85a00e8d9582d761 (diff)
Upgrade to webpack 2.
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json
index 1602907..20d5fdd 100644
--- a/package.json
+++ b/package.json
@@ -11,14 +11,14 @@
},
"devDependencies": {
"css-loader": "^0.26.1",
- "extract-text-webpack-plugin": "^1.0.1",
- "node-sass": "^4.3.0",
+ "extract-text-webpack-plugin": "^v2.0.0-rc.2",
+ "node-sass": "^4.5.0",
"normalize.css": "^5.0.0",
"optimize-css-assets-webpack-plugin": "^1.3.0",
"perfectionist": "^2.4.0",
"postcss-discard-comments": "^2.0.4",
"sass-loader": "^4.1.1",
"style-loader": "^0.13.1",
- "webpack": "^1.14.0"
+ "webpack": "^2.2.1"
}
-}
+} \ No newline at end of file