Skip to content

Commit

Permalink
feat(package3): new dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Lasse Kuechler committed Aug 8, 2019
1 parent 5fd8267 commit c98c79b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/github-package-registry-monorepo-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
13 changes: 13 additions & 0 deletions packages/package3/package.json
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"
}
}
1 change: 1 addition & 0 deletions packages/package3/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# package3

0 comments on commit c98c79b

Please sign in to comment.