Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Commit d3c2be8

Browse files
committed
Merge pull request #23 from SimenB/cleanup-package.json
Add repository field to package.json
2 parents e086447 + d60935b commit d3c2be8

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

package.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,20 @@
3535
}
3636
],
3737
"homepage": "http://github.com/webpack/node-libs-browser",
38-
"main": "index.js"
38+
"main": "index.js",
39+
"files": [
40+
"index.js",
41+
"mock/"
42+
],
43+
"scripts": {
44+
"test": "echo \"Error: no test specified\" && exit 1"
45+
},
46+
"repository": {
47+
"type": "git",
48+
"url": "git+https://github.com/webpack/node-libs-browser.git"
49+
},
50+
"license": "MIT",
51+
"bugs": {
52+
"url": "https://github.com/webpack/node-libs-browser/issues"
53+
}
3954
}

0 commit comments

Comments
 (0)