Skip to content

Commit

Permalink
backend-shared as submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
austinhallock committed Jun 11, 2020
1 parent 575454b commit f064808
Show file tree
Hide file tree
Showing 4 changed files with 77 additions and 12 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "backend-shared"]
path = backend-shared
url = [email protected]:techbyorg/backend-shared.git
1 change: 1 addition & 0 deletions backend-shared
Submodule backend-shared added at acf3f1
82 changes: 72 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"private": true,
"description": "",
"main": "index.js",
"type": "module",
"directories": {
"test": "test"
},
Expand All @@ -30,7 +29,7 @@
"@apollo/federation": "^0.16.0",
"apollo-server-express": "^2.14.2",
"assert-none-missing": "^0.1.2",
"backend-shared": "github:techbyorg/backend-shared",
"backend-shared": "file:backend-shared",
"bluebird": "^3.5.3",
"body-parser": "^1.14.1",
"bull": "^3.14.0",
Expand Down

0 comments on commit f064808

Please sign in to comment.