Skip to content

Commit

Permalink
fix: move type packages to non dev deps
Browse files Browse the repository at this point in the history
fixes #363
  • Loading branch information
BelfordZ authored Mar 3, 2020
1 parent 0c9afca commit 18d2c89
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions templates/client/typescript/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"@open-rpc/client-js": "^1.2.3",
"@open-rpc/meta-schema": "^1.6.0",
"@open-rpc/schema-utils-js": "^1.12.0",
"lodash": "^4.17.15"
},
"devDependencies": {
"lodash": "^4.17.15",
"@types/json-schema": "7.0.3",
"@types/ws": "^6.0.1",
"@types/lodash": "^4.14.149"
},
"devDependencies": {
"tslint": "^5.13.1",
"typedoc": "^0.15.0",
"@types/lodash": "^4.14.149",
"typescript": "^3.2.4"
}
}

0 comments on commit 18d2c89

Please sign in to comment.