Skip to content

Commit 500e839

Browse files
committed
build: fix build and update lerna dependency
1 parent 256e72b commit 500e839

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"@commitlint/travis-cli": "^8.1.0",
3939
"husky": "^3.0.5",
4040
"lerna": "^3.20.2",
41+
"npm-normalize-package-bin": "^1.0.1",
4142
"prettier": "^1.19.1"
4243
},
4344
"husky": {

yarn.lock

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11747,6 +11747,11 @@ npm-lifecycle@^3.1.2:
1174711747
umask "^1.1.0"
1174811748
which "^1.3.1"
1174911749

11750+
npm-normalize-package-bin@^1.0.1:
11751+
version "1.0.1"
11752+
resolved "https://registry.yarnpkg.com/npm-normalize-package-bin/-/npm-normalize-package-bin-1.0.1.tgz#6e79a41f23fd235c0623218228da7d9c23b8f6e2"
11753+
integrity sha512-EPfafl6JL5/rU+ot6P3gRSCpPDW5VmIzX959Ob1+ySFUuuYHWHekXpwdUZcKP5C+DS4GEtdJluwBjnsNDl+fSA==
11754+
1175011755
"npm-package-arg@^4.0.0 || ^5.0.0 || ^6.0.0", npm-package-arg@^6.0.0, npm-package-arg@^6.1.0:
1175111756
version "6.1.0"
1175211757
resolved "https://registry.yarnpkg.com/npm-package-arg/-/npm-package-arg-6.1.0.tgz#15ae1e2758a5027efb4c250554b85a737db7fcc1"
@@ -11757,15 +11762,7 @@ npm-lifecycle@^3.1.2:
1175711762
semver "^5.5.0"
1175811763
validate-npm-package-name "^3.0.0"
1175911764

11760-
npm-packlist@^1.1.6:
11761-
version "1.1.10"
11762-
resolved "https://registry.yarnpkg.com/npm-packlist/-/npm-packlist-1.1.10.tgz#1039db9e985727e464df066f4cf0ab6ef85c398a"
11763-
integrity sha512-AQC0Dyhzn4EiYEfIUjCdMl0JJ61I2ER9ukf/sLxJUcZHfo+VyEfz2rMJgLZSS1v30OxPQe1cN0LZA1xbcaVfWA==
11764-
dependencies:
11765-
ignore-walk "^3.0.1"
11766-
npm-bundled "^1.0.1"
11767-
11768-
npm-packlist@^1.4.4:
11765+
npm-packlist@^1.1.6, npm-packlist@^1.4.4:
1176911766
version "1.4.7"
1177011767
resolved "https://registry.yarnpkg.com/npm-packlist/-/npm-packlist-1.4.7.tgz#9e954365a06b80b18111ea900945af4f88ed4848"
1177111768
integrity sha512-vAj7dIkp5NhieaGZxBJB8fF4R0078rqsmhJcAfXZ6O7JJhjhPK96n5Ry1oZcfLXgfun0GWTZPOxaEyqv8GBykQ==

0 commit comments

Comments
 (0)