We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ac7247 commit b300ef9Copy full SHA for b300ef9
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@shelf/elasticsearch-local",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "Run 6+ version of ElasticSearch locally",
5
"keywords": [
6
"elastic",
@@ -21,11 +21,11 @@
21
},
22
"license": "MIT",
23
"author": "Vitalii Sikora",
24
- "main": "lib/index.js",
25
- "types": "./lib/index.d.ts",
26
"files": [
27
"lib"
28
],
+ "main": "lib/index.js",
+ "types": "./lib/index.d.ts",
29
"scripts": {
30
"build": "rm -rf lib/ && yarn build:types && babel src --out-dir lib --ignore '**/*.test.ts,**/*.mock.ts' --extensions '.ts'",
31
"build:types": "tsc -p tsconfig.types.json",
0 commit comments