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 5268d14 commit 36d0494Copy full SHA for 36d0494
README.md
@@ -18,10 +18,10 @@
18
<h2 align="center">Install</h2>
19
20
```bash
21
-# for webpack 1
22
-npm install --save-dev extract-text-webpack-plugin
23
# for webpack 2
24
-npm install --save-dev extract-text-webpack-plugin@beta
+npm install --save-dev extract-text-webpack-plugin
+# for webpack 1
+npm install --save-dev extract-text-webpack-plugin@1.0.1
25
```
26
27
<h2 align="center">Usage</h2>
0 commit comments