mirror of
https://github.com/readthedocs/sphinx_rtd_theme.git
synced 2025-02-25 18:55:21 -06:00
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 sphinx_rtd_theme@0.5.1 No repository field. npm WARN sphinx_rtd_theme@0.5.1 No license field. ``` * 0.5.2 * Revert version bump * Revert version bump
This commit is contained in:
parent
ba1cbb1c07
commit
b33d06444e
10
package.json
10
package.json
@ -7,6 +7,16 @@
|
||||
"build": "webpack --config webpack.prod.js",
|
||||
"preinstall": "bin/preinstall.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/readthedocs/sphinx_rtd_theme.git"
|
||||
},
|
||||
"author": "Read the Docs",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/readthedocs/sphinx_rtd_theme/issues"
|
||||
},
|
||||
"homepage": "https://github.com/readthedocs/sphinx_rtd_theme",
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"bourbon": "~4.3",
|
||||
|
Loading…
Reference in New Issue
Block a user