cypher-talker
Advanced tools
Comparing version 0.4.0 to 0.4.1
{ | ||
"name": "cypher-talker", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "Simple ES6/7-oriented lib to work with neo4j and (in future) with OpenCypher-compatible databases", | ||
@@ -10,3 +10,3 @@ "main": "build/index.js", | ||
"preversion": "git add lib/* test/*; npm test; npm build", | ||
"postversion": "./node_modules/.bin/jscs --fix lib; git commit -a; git push -u origin master" | ||
"postversion": "./node_modules/.bin/jscs --fix lib; git commit -a; git push -u origin master; npm publish" | ||
}, | ||
@@ -13,0 +13,0 @@ "keywords": [ |
4734