Skip to content

Commit

Permalink
Points to nested package in "repository" of "package.json"
Browse files Browse the repository at this point in the history
  • Loading branch information
kettanaito committed Dec 6, 2019
1 parent 2b6001d commit 4aaeafd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/atomic-layout-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@atomic-layout/core",
"version": "0.11.0",
"description": "Atomic Layout core module",
"version": "0.11.0",
"license": "MIT",
"esnext": "src/index.ts",
"main": "lib/index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/kettanaito/atomic-layout.git"
"url": "https://github.com/kettanaito/atomic-layout/packages/atomic-layout-core"
},
"bugs": {
"url": "https://github.com/kettanaito/atomic-layout/issues"
Expand Down
4 changes: 2 additions & 2 deletions packages/atomic-layout/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "atomic-layout",
"version": "0.11.0",
"description": "Physical representation of layout composition to create declarative, responsive layouts in React.",
"version": "0.11.0",
"license": "MIT",
"esnext": "src/index.ts",
"main": "lib/cjs/index.js",
Expand Down Expand Up @@ -104,7 +104,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/kettanaito/atomic-layout"
"url": "https://github.com/kettanaito/atomic-layout/packages/atomic-layout"
},
"bugs": {
"url": "https://github.com/kettanaito/atomic-layout/issues"
Expand Down

0 comments on commit 4aaeafd

Please sign in to comment.