Skip to content

Commit 125b03b

Browse files
committed
feat: update version
1 parent 24d384b commit 125b03b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "elastic-tiny-client",
3-
"version": "0.0.8",
3+
"version": "0.1.0",
44
"main": "lib/index.js",
55
"scripts": {
66
"build": "tsc && node scripts/copy-data.mjs",
@@ -10,7 +10,7 @@
1010
"format": "npx prettier --list-different --write \"src/**/*.{ts,tsx}\"",
1111
"code-check": "yarn typecheck && yarn lint && yarn format && bun test",
1212
"typecheck": "tsc --noEmit",
13-
"pub": "yarn code-check && yarn build && cd lib && yarn publish",
13+
"pub": "yarn code-check && yarn build",
1414
"test": "jest --env=jsdom --verbose --runInBand"
1515
},
1616
"devDependencies": {

0 commit comments

Comments
 (0)