1
0
mirror of synced 2025-11-08 12:57:47 +00:00

fix(CLI): allow scoped npm package names

switch to npm's validate-npm-package-name internally

Fixes #68
This commit is contained in:
Jason Dreyzehner
2018-03-13 20:40:37 -04:00
parent 0bb76c24e6
commit 83fdc67c50
5 changed files with 26 additions and 4 deletions

View File

@@ -89,7 +89,8 @@
"project-version": "^1.0.0",
"replace-in-file": "^3.1.1",
"sha.js": "^2.4.10",
"update-notifier": "^2.3.0"
"update-notifier": "^2.3.0",
"validate-npm-package-name": "^3.0.0"
},
"devDependencies": {
"@types/del": "^3.0.0",