@graphistry/falcor-query-syntax
Advanced tools
Comparing version 2.5.0 to 2.5.3
{ | ||
"name": "@graphistry/falcor-query-syntax", | ||
"version": "2.5.0", | ||
"version": "2.5.3", | ||
"description": "ES6 Template String and Builder function for Creating Falcor Paths (Experimental)", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "mocha test/index.js", | ||
"test": "mocha --reporter dot --colors --full-trace --timeout 2000 test/index.js", | ||
"debug": "node --inspect --debug-brk ./node_modules/.bin/_mocha ./test/index.js", | ||
@@ -14,5 +14,5 @@ "perf": "node perf", | ||
"build-route-min": "npm run build-route && java -jar ./node_modules/google-closure-compiler/compiler.jar --js_output_file=lib/route-parser.js lib/route-parser.peg.js && rimraf lib/route-parser.peg.js", | ||
"build": "npm-run-all -l -p build-paths-min build-route-min", | ||
"build": "npm-run-all --silent -p build-paths-min build-route-min", | ||
"start": "npm run build && npm test", | ||
"prepublish": "npm run build" | ||
"prepublish": "npm run build && npm test" | ||
}, | ||
@@ -45,3 +45,3 @@ "repository": { | ||
"devDependencies": { | ||
"@graphistry/falcor-path-utils": "^2.5.0", | ||
"@graphistry/falcor-path-utils": "^2.5.3", | ||
"benchmark": "~2.1.1", | ||
@@ -48,0 +48,0 @@ "chai": "~3.5.0", |
180289