Published version 0.10 with docs
This commit is contained in:
parent
454b150fb6
commit
39e47396b2
13
package.json
13
package.json
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "eventstore-node",
|
"name": "eventstore-node",
|
||||||
"version": "0.0.9",
|
"version": "0.0.10",
|
||||||
"description": "A port of the EventStore .Net ClientAPI to Node.js",
|
"description": "A port of the EventStore .Net ClientAPI to Node.js",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -8,13 +8,19 @@
|
||||||
"build": "webpack",
|
"build": "webpack",
|
||||||
"pretest": "npm run build",
|
"pretest": "npm run build",
|
||||||
"test": "nodeunit",
|
"test": "nodeunit",
|
||||||
"prepublish": "npm run build",
|
"prepublish": "npm run build && npm run gendocs",
|
||||||
"gendocs": "rm -rf docs && jsdoc src -r -R README.md -P package.json -d docs"
|
"gendocs": "rm -rf docs && jsdoc src -r -d docs"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"lib",
|
"lib",
|
||||||
|
"docs",
|
||||||
"src"
|
"src"
|
||||||
],
|
],
|
||||||
|
"directories": {
|
||||||
|
"lib": "lib",
|
||||||
|
"doc": "docs",
|
||||||
|
"example": "samples"
|
||||||
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/nicdex/eventstore-node.git"
|
"url": "git+https://github.com/nicdex/eventstore-node.git"
|
||||||
|
@ -36,6 +42,7 @@
|
||||||
"uuid": "^2.0"
|
"uuid": "^2.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"jsdoc": "^3.4.2",
|
||||||
"nodeunit": "^0.10.2",
|
"nodeunit": "^0.10.2",
|
||||||
"webpack": "^1.13.2"
|
"webpack": "^1.13.2"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user