Validate NPM package names in URLs

This commit is contained in:
MICHAEL JACKSON
2017-08-15 11:56:08 -07:00
parent db53a296aa
commit 9d15462006
3 changed files with 25 additions and 25 deletions

View File

@ -33,7 +33,8 @@
"redis": "^2.7.1",
"semver": "^5.3.0",
"tar-fs": "^1.15.2",
"throng": "^4.0.0"
"throng": "^4.0.0",
"validate-npm-package-name": "^3.0.0"
},
"devDependencies": {
"autoprefixer": "6.7.2",