Skip to content

Commit

Permalink
fix: submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
nickadamson committed Oct 13, 2023
1 parent d8b3172 commit ece831d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[submodule "trade-interfaces"]
path = src/lib/trade-interfaces
url = https://github.com/valorem-labs-inc/trade-interfaces.git

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"name": "@valorem-labs-inc/sdk",
"version": "0.0.0-development",
"repository": {
"type": "git",
"url": "https://github.com/valorem-labs-inc/sdk.git"
},
"license": "MIT",
"sideEffects": false,
"type": "module",
Expand All @@ -26,8 +30,8 @@
"lint:fix": "eslint . --fix",
"prepare": "git submodule update --init --recursive",
"prepublish": "pnpm build",
"test": "jest",
"semantic-release": "semantic-release"
"semantic-release": "semantic-release",
"test": "jest"
},
"prettier": "@vercel/style-guide/prettier",
"dependencies": {
Expand Down Expand Up @@ -62,10 +66,6 @@
"engines": {
"node": ">=18"
},
"repository": {
"type": "git",
"url": "https://github.com/valorem-labs-inc/sdk.git"
},
"publishConfig": {
"access": "restricted"
}
Expand Down
1 change: 1 addition & 0 deletions src/lib/trade-interfaces
Submodule trade-interfaces added at 642682

0 comments on commit ece831d

Please sign in to comment.