Commit package-lock.json

This commit is contained in:
David Fischer 2019-10-09 09:59:28 -07:00 committed by Anthony Johnson
parent 4549aaa56e
commit d87006d384
3 changed files with 10172 additions and 2 deletions

1
.gitignore vendored
View File

@ -16,7 +16,6 @@ lib/
local/
node_modules
npm-debug.log
package-lock.json
pip-selfcheck.json
sphinx_rtd_theme/static/fonts/Lato/
sphinx_rtd_theme/static/fonts/RobotoSlab/

10171
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -23,7 +23,7 @@
"node-sass": "^4.12.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"roboto-fontface": "^0.10.0",
"sass-loader": "^7.1.0",
"sass-loader": "~7.1.0",
"style-loader": "^0.23.1",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.1",