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 24d384b commit 125b03bCopy full SHA for 125b03b
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "elastic-tiny-client",
3
- "version": "0.0.8",
+ "version": "0.1.0",
4
"main": "lib/index.js",
5
"scripts": {
6
"build": "tsc && node scripts/copy-data.mjs",
@@ -10,7 +10,7 @@
10
"format": "npx prettier --list-different --write \"src/**/*.{ts,tsx}\"",
11
"code-check": "yarn typecheck && yarn lint && yarn format && bun test",
12
"typecheck": "tsc --noEmit",
13
- "pub": "yarn code-check && yarn build && cd lib && yarn publish",
+ "pub": "yarn code-check && yarn build",
14
"test": "jest --env=jsdom --verbose --runInBand"
15
},
16
"devDependencies": {
0 commit comments