Skip to content

Commit

Permalink
caps
Browse files Browse the repository at this point in the history
  • Loading branch information
pozylon committed Dec 9, 2018
1 parent affe8fd commit 7326624
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions controlpanel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
"version": "0.16.0",
"author": "Pascal Kaufmann",
"license": "EUPL-1.2",
"repository": {
"type": "git",
"url": "git+https://github.com/unchainedshop/unchained.git"
},
"contributors": [
"Vedran Rudelj <vedran@fliptation.ch> (http://www.fliptation.ch)",
"Pascal Kaufmann <pascal@reactive.one> (http://www.reactive.one)"
],
"bugs": {
"url": "https://github.com/unchainedshop/unchained/issues"
},
"homepage": "https://github.com/unchainedshop/unchained#readme",
"scripts": {
"dev": "GRAPHQL_ENDPOINT=http://localhost:4010/graphql next -p 4000",
"dev:remote": "next -p 4000",
Expand Down
6 changes: 3 additions & 3 deletions examples/minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
"license": "EUPL-1.2",
"repository": {
"type": "git",
"url": "git+https://github.com/xecutors/unchained.git"
"url": "git+https://github.com/unchainedshop/unchained.git"
},
"contributors": [
"Vedran Rudelj <vedran@fliptation.ch> (http://www.fliptation.ch)",
"Pascal Kaufmann <pascal@reactive.one> (http://www.reactive.one)"
],
"bugs": {
"url": "https://github.com/xecutors/unchained/issues"
"url": "https://github.com/unchainedshop/unchained/issues"
},
"homepage": "https://github.com/xecutors/unchained#readme",
"homepage": "https://github.com/unchainedshop/unchained#readme",
"scripts": {
"predev": "cd backend && npm install",
"dev": "cd backend && npm run dev",
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 7326624

Please sign in to comment.