Skip to content

Commit 722b9ea

Browse files
committed
telescope
1 parent 796cd28 commit 722b9ea

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

boilerplates/telescope/packages/__MODULENAME__/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,21 @@
2525
"prepare": "npm run build",
2626
"codegen": "ts-node scripts/codegen.ts",
2727
"build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy",
28+
"build:dev": "npm run clean; npm run codegen; tsc --declarationMap; tsc -p tsconfig.esm.json; npm run copy",
2829
"lint": "eslint . --fix",
2930
"test": "jest",
3031
"test:watch": "jest --watch"
3132
},
3233
"devDependencies": {
33-
"@cosmology/telescope": "^1.0.1"
34+
"@cosmology/telescope": "^1.10.0"
3435
},
3536
"dependencies": {
3637
"@cosmjs/encoding": "0.32.3",
3738
"@cosmjs/math": "0.32.3",
3839
"@cosmjs/amino": "0.32.3",
3940
"@cosmjs/proto-signing": "0.32.3",
40-
"@cosmjs/stargate": "0.32.3"
41+
"@cosmjs/stargate": "0.32.3",
42+
"@cosmology/lcd": "^0.14.0"
4143
},
4244
"keywords": []
4345
}

0 commit comments

Comments
 (0)