cypher-talker
Advanced tools
Comparing version 0.5.0 to 0.5.1
@@ -14,11 +14,2 @@ 'use strict'; | ||
} | ||
}); | ||
var _index2 = require('./Connection/index'); | ||
Object.defineProperty(exports, 'GraphConnection', { | ||
enumerable: true, | ||
get: function get() { | ||
return _index2.GraphConnection; | ||
} | ||
}); |
{ | ||
"name": "cypher-talker", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "Simple ES6/7-oriented lib to work with neo4j and (in future) with OpenCypher-compatible databases", | ||
"main": "build/index.js", | ||
"scripts": { | ||
"test": "./node_modules/.bin/mocha --compilers js:babel-register --require ./test/globals/lib", | ||
"test-against-build": "./node_modules/.bin/mocha --bail --reporter nyan --require ./test/globals/build", | ||
"build": "./node_modules/.bin/babel lib --out-dir build", | ||
"test": "mocha --compilers js:babel-register --require ./test/globals/lib", | ||
"test-against-build": "mocha --bail --reporter nyan --require ./test/globals/build", | ||
"build": "babel lib --out-dir build", | ||
"preversion": "git add lib/* test/* && npm run build && npm run test-against-build", | ||
"postversion": "./node_modules/.bin/jscs --fix lib && git commit --amend --no-edit && git push -u origin master && npm publish && rm -rf ./build" | ||
"postversion": "jscs --fix lib && git commit --amend --no-edit && git push -u origin master && npm publish && rm -rf ./build" | ||
}, | ||
@@ -13,0 +13,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13925
167