Skip to content
This repository was archived by the owner on Dec 22, 2020. It is now read-only.

Commit 914acff

Browse files
committed
fix: missing pacakge.json fields
1 parent 6178016 commit 914acff

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

package.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"version": "1.0.1",
44
"author": "Tobias Koppers @sokra",
55
"description": "json5 loader module for webpack",
6+
"main": "dist/cjs.js",
7+
"files": [
8+
"dist"
9+
],
610
"dependencies": {
711
"json5": "^0.5.0"
812
},
@@ -50,10 +54,14 @@
5054
"engines": {
5155
"node": ">= 4.3 < 5.0.0 || >= 5.10"
5256
},
53-
"main": "dist/cjs.js",
54-
"files": [
55-
"dist"
56-
],
57+
"repository": {
58+
"type": "git",
59+
"url": "git+https://github.com/webpack-contrib/json5-loader.git"
60+
},
61+
"bugs": {
62+
"url": "https://github.com/webpack-contrib/json5-loader/issues"
63+
},
64+
"homepage": "https://github.com/webpack-contrib/json5-loader",
5765
"pre-commit": "lint-staged",
5866
"lint-staged": {
5967
"*.js": [

0 commit comments

Comments
 (0)