Skip to content

Commit

Permalink
Transfers ownership from olange to petitatelier (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
olange committed Feb 25, 2019
1 parent 3224d56 commit 7b3f906
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Lerna basically executes your command on each package of the repository. We comm

### Clone

$ git clone git@github.com:olange/three-web-components.git
$ git clone git@github.com:petitatelier/three-web-components.git
$ cd three-web-components

### Setup
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/olange/three-web-components.git"
"url": "git+https://github.com/petitatelier/three-web-components.git"
},
"bugs": {
"url": "https://github.com/olange/three-web-components/issues"
"url": "https://github.com/petitatelier/three-web-components/issues"
},
"homepage": "https://github.com/olange/three-web-components#readme"
"homepage": "https://github.com/petitatelier/three-web-components#readme"
}
6 changes: 3 additions & 3 deletions packages/three-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/olange/three-web-components.git"
"url": "git+https://github.com/petitatelier/three-web-components.git"
},
"bugs": {
"url": "https://github.com/olange/three-web-components/issues"
"url": "https://github.com/petitatelier/three-web-components/issues"
},
"homepage": "https://github.com/olange/three-web-components/tree/master/packages/three-app#readme",
"homepage": "https://github.com/petitatelier/three-web-components/tree/master/packages/three-app#readme",
"publishConfig": {
"access": "public"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/three-camera/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/olange/three-web-components.git"
"url": "git+https://github.com/petitatelier/three-web-components.git"
},
"bugs": {
"url": "https://github.com/olange/three-web-components/issues"
"url": "https://github.com/petitatelier/three-web-components/issues"
},
"homepage": "https://github.com/olange/three-web-components/tree/master/packages/three-camera#readme",
"homepage": "https://github.com/petitatelier/three-web-components/tree/master/packages/three-camera#readme",
"publishConfig": {
"access": "public"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/three-object/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/olange/three-web-components.git"
"url": "git+https://github.com/petitatelier/three-web-components.git"
},
"bugs": {
"url": "https://github.com/olange/three-web-components/issues"
"url": "https://github.com/petitatelier/three-web-components/issues"
},
"homepage": "https://github.com/olange/three-web-components/tree/master/packages/three-object#readme",
"homepage": "https://github.com/petitatelier/three-web-components/tree/master/packages/three-object#readme",
"publishConfig": {
"access": "public"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/three-planet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/olange/three-web-components.git"
"url": "git+https://github.com/petitatelier/three-web-components.git"
},
"bugs": {
"url": "https://github.com/olange/three-web-components/issues"
"url": "https://github.com/petitatelier/three-web-components/issues"
},
"homepage": "https://github.com/olange/three-web-components/tree/master/packages/three-planet#readme",
"homepage": "https://github.com/petitatelier/three-web-components/tree/master/packages/three-planet#readme",
"publishConfig": {
"access": "public"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/three-scene/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/olange/three-web-components.git"
"url": "git+https://github.com/petitatelier/three-web-components.git"
},
"bugs": {
"url": "https://github.com/olange/three-web-components/issues"
"url": "https://github.com/petitatelier/three-web-components/issues"
},
"homepage": "https://github.com/olange/three-web-components/tree/master/packages/three-scene#readme",
"homepage": "https://github.com/petitatelier/three-web-components/tree/master/packages/three-scene#readme",
"publishConfig": {
"access": "public"
}
Expand Down

0 comments on commit 7b3f906

Please sign in to comment.