-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #82 from mustafaiman/release-prep
Release prep
- Loading branch information
Showing
30 changed files
with
117 additions
and
128 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,8 @@ | ||
src/ | ||
coverage/ | ||
.idea/ | ||
tslint.json | ||
*.iml | ||
.editorconfig | ||
.jshintrc | ||
test/ |
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 |
---|---|---|
@@ -1,57 +1,55 @@ | ||
{ | ||
"name": "hazelcast-nodejs-client", | ||
"version": "0.1.0", | ||
"description": "Hazelcast - open source In-Memory Data Grid - client for NodeJS", | ||
"main": "index.js", | ||
"files": [ | ||
"lib" | ||
], | ||
"dependencies": { | ||
"long": "3.0.1", | ||
"q": "1.4.1" | ||
}, | ||
"devDependencies": { | ||
"chai": "3.4.1", | ||
"gulp": "^3.9.0", | ||
"gulp-debug": "^2.1.2", | ||
"gulp-eslint": "^1.0.0", | ||
"gulp-exclude-gitignore": "^1.0.0", | ||
"gulp-exec": "^2.1.2", | ||
"gulp-help": "^1.6.0", | ||
"gulp-inject": "3.0.0", | ||
"gulp-istanbul": "^0.9.0", | ||
"gulp-jshint": "^2.0.0", | ||
"gulp-mocha": "^2.0.0", | ||
"gulp-nsp": "^2.1.0", | ||
"gulp-plumber": "^1.0.0", | ||
"gulp-sequence": "^0.4.4", | ||
"gulp-tsconfig-files": "0.0.2", | ||
"gulp-tslint": "^3.1", | ||
"jshint": "^2.8.0", | ||
"jshint-stylish": "^2.1.0", | ||
"mocha": "2.3.4", | ||
"rimraf": "^2.5.2", | ||
"sinon": "^1.17.3", | ||
"winston": "^2.2.0" | ||
}, | ||
"scripts": { | ||
"test": "gulp test" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/hazelcast/hazelcast-nodejs-client.git" | ||
}, | ||
"keywords": [ | ||
"hazelcast", | ||
"nodejs", | ||
"node", | ||
"client", | ||
"data", | ||
"grid" | ||
], | ||
"license": "Apache-2.0", | ||
"bugs": { | ||
"url": "https://github.com/hazelcast/hazelcast-nodejs-client/issues" | ||
}, | ||
"homepage": "https://github.com/hazelcast/hazelcast-nodejs-client#readme" | ||
"name": "hazelcast-nodejs-client", | ||
"version": "0.1.0", | ||
"description": "Hazelcast - open source In-Memory Data Grid - client for NodeJS", | ||
"main": "lib/index.js", | ||
"dependencies": { | ||
"long": "3.0.1", | ||
"q": "1.4.1" | ||
}, | ||
"devDependencies": { | ||
"chai": "3.4.1", | ||
"gulp": "^3.9.0", | ||
"gulp-debug": "^2.1.2", | ||
"gulp-eslint": "^1.0.0", | ||
"gulp-exclude-gitignore": "^1.0.0", | ||
"gulp-exec": "^2.1.2", | ||
"gulp-help": "^1.6.0", | ||
"gulp-inject": "3.0.0", | ||
"gulp-istanbul": "^0.9.0", | ||
"gulp-jshint": "^2.0.0", | ||
"gulp-mocha": "^2.0.0", | ||
"gulp-nsp": "^2.1.0", | ||
"gulp-plumber": "^1.0.0", | ||
"gulp-sequence": "^0.4.4", | ||
"gulp-tsconfig-files": "0.0.2", | ||
"gulp-tslint": "^3.1", | ||
"jshint": "^2.8.0", | ||
"jshint-stylish": "^2.1.0", | ||
"mocha": "2.3.4", | ||
"rimraf": "^2.5.2", | ||
"sinon": "^1.17.3", | ||
"winston": "^2.2.0" | ||
}, | ||
"scripts": { | ||
"test": "gulp test" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/hazelcast/hazelcast-nodejs-client.git" | ||
}, | ||
"keywords": [ | ||
"hazelcast", | ||
"nodejs", | ||
"node", | ||
"client", | ||
"data", | ||
"grid" | ||
], | ||
"license": "Apache-2.0", | ||
"bugs": { | ||
"url": "https://github.com/hazelcast/hazelcast-nodejs-client/issues" | ||
}, | ||
"homepage": "https://github.com/hazelcast/hazelcast-nodejs-client#readme", | ||
"typings": "./lib/index" | ||
} |
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
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
import HazelcastClient from './HazelcastClient'; | ||
import * as Config from './Config'; | ||
export { | ||
HazelcastClient as Client, | ||
Config | ||
} |
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
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
Oops, something went wrong.