File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 3
3
"version" : " 0.1.4" ,
4
4
"description" : " Astra DB TS Client" ,
5
5
"contributors" : [
6
- " CRW (http://barnyrubble.tumblr.com/)" ,
7
6
" Valeri Karpov (https://github.com/vkarpov15)" ,
8
7
" Aaron Morton (https://github.com/amorton)" ,
9
8
" Kathiresan Selvaraj (https://github.com/kathirsvn)"
56
55
"preinstall" : " npm run update-version-file" ,
57
56
"build" : " npm run update-version-file && tsc --project tsconfig.build.json && tscpaths -p tsconfig.build.json -s ./src -o ./dist" ,
58
57
"build:docs" : " jsdoc2md -t APIReference.hbs --files src/**/*.ts --configure ./jsdoc2md.json > APIReference.md" ,
59
- "update-version-file" : " node -p \" 'export const LIB_NAME = ' + JSON.stringify(require('./package.json').name ) + ';'\" > src/version.ts && node -p \" 'export const LIB_VERSION = ' + JSON.stringify(require('./package.json').version) + ';'\" >> src/version.ts"
58
+ "update-version-file" : " node -p \" 'export const LIB_NAME = ' + JSON.stringify('astra-db-ts' ) + ';'\" > src/version.ts && node -p \" 'export const LIB_VERSION = ' + JSON.stringify(require('./package.json').version) + ';'\" >> src/version.ts"
60
59
},
61
60
"bugs" : {
62
61
"url" : " https://github.com/datastax/astra-ts-client/issues"
You can’t perform that action at this time.
0 commit comments