-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Lasse Kuechler
committed
Aug 8, 2019
1 parent
5fd8267
commit c98c79b
Showing
3 changed files
with
17 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,11 +7,12 @@ | |
"access": "restricted" | ||
}, | ||
"dependencies": { | ||
"@lkuechler/github-package-registry-monorepo-test-package2": "^0.16.0" | ||
"@lkuechler/github-package-registry-monorepo-test-package2": "^0.16.0", | ||
"@lkuechler/github-package-registry-monorepo-test-package3": "^0.16.0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "ssh://[email protected]/lkuechler/github-package-registry-monorepo-test.git" | ||
}, | ||
"sideEffects": false | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"name": "@lkuechler/github-package-registry-monorepo-test-package3", | ||
"version": "0.16.0", | ||
"description": "package3 of github package registry monorepo test", | ||
"main": "index.js", | ||
"publishConfig": { | ||
"access": "restricted" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "ssh://[email protected]/lkuechler/github-package-registry-monorepo-test.git" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# package3 |