Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Commit

Permalink
chore: move the utils package outside of Lerna's reach
Browse files Browse the repository at this point in the history
Lerna keeps trying to publish the package when making a release, so we need to place the bundled package somewhere outside of Lerna's reach.
  • Loading branch information
robertrossmann committed Mar 5, 2019
1 parent 34a7913 commit 6080de6
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
19 changes: 19 additions & 0 deletions packages/atom-ide-mocha-core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/atom-ide-mocha-core/package.json
Expand Up @@ -9,7 +9,7 @@
"bugs": "https://github.com/Dreamscapes/atom-ide-mocha-core/issues",
"contributors": [],
"dependencies": {
"@atom-ide/utils": "^1.0.0",
"@atom-ide/utils": "file:../../bundled/utils",
"atom-package-deps": "^5.0.0",
"remote-event-emitter": "^1.2.0",
"stack-utils": "^1.0.2"
Expand Down
19 changes: 19 additions & 0 deletions packages/mocha-reporter-remote/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/mocha-reporter-remote/package.json
Expand Up @@ -7,7 +7,7 @@
"contributors": [],
"dependencies": {
"remote-event-emitter": "^1.2.0",
"@atom-ide/utils": "^1.0.0"
"@atom-ide/utils": "file:../../bundled/utils"
},
"devDependencies": {
"mocha": "^5.0.0"
Expand Down

0 comments on commit 6080de6

Please sign in to comment.