Skip to content

Commit 4efc4b1

Browse files
committed
Fill in more missing package.json info
Fixes #4.
1 parent 9027c4b commit 4efc4b1

File tree

1 file changed

+17
-7
lines changed

1 file changed

+17
-7
lines changed

package.json

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,32 @@
11
{
22
"name": "chunk-manifest-webpack-plugin",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "Allows exporting a manifest that maps chunk ids to their output files, instead of keeping the mapping inside the webpack bootstrap.",
55
"main": "lib/ChunkManifestPlugin.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},
9-
"author": {
10-
"name": "Jason Anderson",
11-
"email": "[email protected]",
12-
"url": "http://diurnal.st"
13-
},
9+
"author": "Jason Anderson <[email protected]> (http://diurnal.st)",
1410
"license": "MIT",
1511
"dependencies": {
1612
"webpack-core": "^0.4.8"
1713
},
1814
"peerDependencies": {
1915
"webpack": "^1.4.0-beta6"
2016
},
21-
"repository": "https://github.com/diurnalist/chunk-manifest-webpack-plugin"
17+
"repository": {
18+
"type": "git",
19+
"url": "git+https://github.com/diurnalist/chunk-manifest-webpack-plugin.git"
20+
},
21+
"bugs": {
22+
"url": "https://github.com/diurnalist/chunk-manifest-webpack-plugin/issues"
23+
},
24+
"homepage": "https://github.com/diurnalist/chunk-manifest-webpack-plugin#readme",
25+
"devDependencies": {},
26+
"keywords": [
27+
"webpack",
28+
"chunk",
29+
"manifest",
30+
"plugin"
31+
]
2232
}

0 commit comments

Comments
 (0)