Skip to content

Commit cf004d5

Browse files
committed
3.0.0
1 parent 1e7d604 commit cf004d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webpack-omit-js-for-css-plugin",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "This plugin will omit bundled JS files for dependencies that are exclusively CSS, which become obsolete once extract-text-plugin extracts inlined CSS into its own .css file",
55
"main": "src/index.js",
66
"directories": {
@@ -17,7 +17,7 @@
1717
"test:cover": "nyc npm test",
1818
"report-coverage": "nyc report --reporter=text-lcov | coveralls",
1919
"prepush": "npm run test:cover",
20-
"release": "npm run test:cover && git tag $npm_package_version && git commit -am $npm_package_version && git push && git push --tags && npm publish"
20+
"release": "npm run test:cover && git tag $npm_package_version && git commit -am $npm_package_version && git push && git push --tags && npm publish",
2121
},
2222
"keywords": [
2323
"webpack",

0 commit comments

Comments
 (0)