Skip to content

Commit 4e1cda2

Browse files
committed
1.0.0
1 parent 3d8b4e4 commit 4e1cda2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webpack-omit-js-for-css-plugin",
3-
"version": "0.1.0",
3+
"version": "1.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": {
@@ -9,15 +9,15 @@
99
"repository": {
1010
"type": "git",
1111
"url": "https://github.com/jsilvax/webpack-omit-js-for-css-plugin.git"
12-
},
12+
},
1313
"homepage": "https://github.com/jsilvax/webpack-omit-js-for-css-plugin",
1414
"scripts": {
1515
"test": "mocha --timeout 10000 test/*.test.js",
1616
"watch:test": "mocha --timeout 10000 --watch test/*.test.js",
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",
@@ -64,4 +64,4 @@
6464
"lines": 100,
6565
"statements": 100
6666
}
67-
}
67+
}

0 commit comments

Comments
 (0)