Skip to content

Commit b33d064

Browse files
authored
npm: Add a few missing package fields (#1079)
* npm: Add a few missing package fields This fixes these warnings when running `npm install`: ``` npm WARN [email protected] No repository field. npm WARN [email protected] No license field. ``` * 0.5.2 * Revert version bump * Revert version bump
1 parent ba1cbb1 commit b33d064

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@
77
"build": "webpack --config webpack.prod.js",
88
"preinstall": "bin/preinstall.js"
99
},
10+
"repository": {
11+
"type": "git",
12+
"url": "https://github.com/readthedocs/sphinx_rtd_theme.git"
13+
},
14+
"author": "Read the Docs",
15+
"license": "MIT",
16+
"bugs": {
17+
"url": "https://github.com/readthedocs/sphinx_rtd_theme/issues"
18+
},
19+
"homepage": "https://github.com/readthedocs/sphinx_rtd_theme",
1020
"dependencies": {},
1121
"devDependencies": {
1222
"bourbon": "~4.3",

0 commit comments

Comments
 (0)