Skip to content

Commit

Permalink
fix(publish): add missing npm-normalize-package-bin package
Browse files Browse the repository at this point in the history
  • Loading branch information
plouc committed Dec 18, 2019
1 parent 97fcb86 commit 91acdf2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -76,5 +76,8 @@
"packages/*",
"api",
"website"
]
],
"dependencies": {
"npm-normalize-package-bin": "^1.0.1"
}
}
5 changes: 5 additions & 0 deletions yarn.lock
Expand Up @@ -14910,6 +14910,11 @@ npm-lifecycle@^3.1.2:
umask "^1.1.0"
which "^1.3.1"

npm-normalize-package-bin@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/npm-normalize-package-bin/-/npm-normalize-package-bin-1.0.1.tgz#6e79a41f23fd235c0623218228da7d9c23b8f6e2"
integrity sha512-EPfafl6JL5/rU+ot6P3gRSCpPDW5VmIzX959Ob1+ySFUuuYHWHekXpwdUZcKP5C+DS4GEtdJluwBjnsNDl+fSA==

"npm-package-arg@^4.0.0 || ^5.0.0 || ^6.0.0", npm-package-arg@^6.0.0, npm-package-arg@^6.1.0:
version "6.1.0"
resolved "https://registry.yarnpkg.com/npm-package-arg/-/npm-package-arg-6.1.0.tgz#15ae1e2758a5027efb4c250554b85a737db7fcc1"
Expand Down

0 comments on commit 91acdf2

Please sign in to comment.