Fix lerna

Related to https://github.com/lerna/lerna/pull/1360.
This commit is contained in:
Titus Wormer 2018-08-13 16:38:34 -04:00
parent 302ef47db2
commit 77fde4ae47
4 changed files with 3 additions and 3 deletions

1
.gitignore vendored
View File

@ -3,6 +3,7 @@
coverage/
.nyc_output/
node_modules/
package-lock.json
remark-lint.js
remark-lint.min.js
yarn.lock

1
.npmrc
View File

@ -1 +0,0 @@
package-lock=false

View File

@ -1,4 +1,4 @@
{
"lerna": "3.0.3",
"lerna": "2.11.0",
"version": "independent"
}

View File

@ -33,7 +33,7 @@
"browserify": "^16.0.0",
"chalk": "^2.0.0",
"dox": "^0.9.0",
"lerna": "^3.0.0",
"lerna": "^2.0.0",
"mdast-zone": "^3.0.0",
"nyc": "^12.0.0",
"parse-author": "^2.0.0",