Skip to content

Commit b300ef9

Browse files
committed
v1.0.1
1 parent 7ac7247 commit b300ef9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shelf/elasticsearch-local",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Run 6+ version of ElasticSearch locally",
55
"keywords": [
66
"elastic",
@@ -21,11 +21,11 @@
2121
},
2222
"license": "MIT",
2323
"author": "Vitalii Sikora",
24-
"main": "lib/index.js",
25-
"types": "./lib/index.d.ts",
2624
"files": [
2725
"lib"
2826
],
27+
"main": "lib/index.js",
28+
"types": "./lib/index.d.ts",
2929
"scripts": {
3030
"build": "rm -rf lib/ && yarn build:types && babel src --out-dir lib --ignore '**/*.test.ts,**/*.mock.ts' --extensions '.ts'",
3131
"build:types": "tsc -p tsconfig.types.json",

0 commit comments

Comments
 (0)