Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vladholubiev committed Apr 6, 2021
1 parent 7ac7247 commit b300ef9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shelf/elasticsearch-local",
"version": "1.0.0",
"version": "1.0.1",
"description": "Run 6+ version of ElasticSearch locally",
"keywords": [
"elastic",
Expand All @@ -21,11 +21,11 @@
},
"license": "MIT",
"author": "Vitalii Sikora",
"main": "lib/index.js",
"types": "./lib/index.d.ts",
"files": [
"lib"
],
"main": "lib/index.js",
"types": "./lib/index.d.ts",
"scripts": {
"build": "rm -rf lib/ && yarn build:types && babel src --out-dir lib --ignore '**/*.test.ts,**/*.mock.ts' --extensions '.ts'",
"build:types": "tsc -p tsconfig.types.json",
Expand Down

0 comments on commit b300ef9

Please sign in to comment.