elasticsearch-memory-server
Advanced tools
Comparing version 0.1.3 to 0.1.4
{ | ||
"name": "elasticsearch-memory-server", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Local elasticsearch server for testing/development. Inspired by https://github.com/nodkz/mongodb-memory-server", | ||
@@ -5,0 +5,0 @@ "main": "index.ts", |
{ | ||
"compilerOptions": { | ||
"rootDir": "./src", | ||
"rootDir": "./", | ||
"outDir": "./lib", | ||
@@ -23,4 +23,4 @@ "noEmit": false, | ||
}, | ||
"include": ["src/**/*"], | ||
"include": ["src/**/*", "index.ts"], | ||
"exclude": ["**/__tests__"] | ||
} |
21325