We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 694c268 commit 8f6236dCopy full SHA for 8f6236d
neo4j-driver-lite/package.json
@@ -10,7 +10,8 @@
10
"test": "jest",
11
"test:watch": "jest --watch",
12
"test:it": "jest -c jest.integration.config.ts",
13
- "test:it:browser": "jest -c jest.browser.config.ts"
+ "test:it:browser": "jest -c jest.browser.config.ts",
14
+ "versionRelease": "npm version $VERSION --no-git-tag-version"
15
},
16
"unpkg": "lib/browser/neo4j-lite-web.js",
17
"jsdelivr": "lib/browser/neo4j-lite-web.js",
0 commit comments