Skip to content

Commit b31b604

Browse files
committed
Add github info to package.json
1 parent ffcba0f commit b31b604

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
{
22
"name": "webpack-omit-js-for-css-plugin",
33
"version": "0.1.0",
4-
"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",
4+
"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": {
77
"test": "test"
88
},
9+
"repository": {
10+
"type": "git",
11+
"url": "https://github.com/jsilvax/webpack-omit-js-for-css-plugin.git"
12+
},
13+
"homepage": "https://github.com/jsilvax/webpack-omit-js-for-css-plugin",
914
"scripts": {
1015
"test": "mocha --timeout 10000 test/*.test.js",
1116
"watch:test": "mocha --timeout 10000 --watch test/*.test.js",

0 commit comments

Comments
 (0)