Skip to content

Commit 90ebeac

Browse files
authored
Merge pull request #16 from datastax/fix-user-agent
Fix user agent
2 parents 4f031cc + c123af2 commit 90ebeac

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"version": "0.1.4",
44
"description": "Astra DB TS Client",
55
"contributors": [
6-
"CRW (http://barnyrubble.tumblr.com/)",
76
"Valeri Karpov (https://github.com/vkarpov15)",
87
"Aaron Morton (https://github.com/amorton)",
98
"Kathiresan Selvaraj (https://github.com/kathirsvn)"
@@ -56,7 +55,7 @@
5655
"preinstall": "npm run update-version-file",
5756
"build": "npm run update-version-file && tsc --project tsconfig.build.json && tscpaths -p tsconfig.build.json -s ./src -o ./dist",
5857
"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"
6059
},
6160
"bugs": {
6261
"url": "https://github.com/datastax/astra-ts-client/issues"

0 commit comments

Comments
 (0)