-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update node to v6/v8 and upgrade modules
- Loading branch information
Dominique Wirz
authored and
Christoph Bühler
committed
Jul 27, 2017
1 parent
a43f62d
commit 3ce7973
Showing
8 changed files
with
23 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
package-lock=false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
"main": "index.js", | ||
"scripts": { | ||
"clean": "rimraf build", | ||
"bootstrap": "npm install && typings install", | ||
"bootstrap": "npm install", | ||
"pretest": "npm run bootstrap && npm run clean && tsc", | ||
"test": "mocha --ui bdd --recursive ./build", | ||
"precitest": "npm run bootstrap && npm run clean && tsc", | ||
|
@@ -21,7 +21,7 @@ | |
"elasticsearch" | ||
], | ||
"engines": { | ||
"node": ">=4.2" | ||
"node": ">=6" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
|
@@ -31,21 +31,26 @@ | |
"author": "Christoph Bühler <[email protected]>", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"chai": "^3.5.0", | ||
"chai-as-promised": "^5.3.0", | ||
"del-cli": "^0.2.0", | ||
"@types/chai": "^4.0.1", | ||
"@types/chai-as-promised": "^0.0.31", | ||
"@types/mocha": "^2.2.41", | ||
"@types/node": "^8.0.16", | ||
"@types/sinon": "^2.3.3", | ||
"@types/sinon-chai": "^2.7.28", | ||
"chai": "^4.1.0", | ||
"chai-as-promised": "^7.1.1", | ||
"del-cli": "^1.1.0", | ||
"istanbul": "^0.4.4", | ||
"mocha": "^2.5.3", | ||
"mocha": "^3.4.1", | ||
"mocha-lcov-reporter": "^1.2.0", | ||
"rimraf": "^2.5.3", | ||
"sinon": "^1.17.4", | ||
"sinon": "^2.4.0", | ||
"sinon-chai": "^2.8.0", | ||
"typescript": "^1.8.10", | ||
"typings": "^1.3.1" | ||
"typescript": "^2.4.2" | ||
}, | ||
"dependencies": { | ||
"elasticsearch": "^11.0.1", | ||
"elasticsearch": "^13.2.0", | ||
"proc-that": "^0.4.0", | ||
"rxjs": "^5.0.0-beta.10" | ||
"rxjs": "^5.4.2" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.