postgraphile-core
Advanced tools
Comparing version 0.1.0-alpha.17 to 0.1.0-alpha.18
{ | ||
"name": "postgraphile-core", | ||
"version": "0.1.0-alpha.17", | ||
"version": "0.1.0-alpha.18", | ||
"description": "", | ||
@@ -8,3 +8,3 @@ "main": "index.js", | ||
"test": "scripts/test", | ||
"prepublish": "mkdir -p node8plus node7minus && babel -s true --out-dir node8plus src && BABEL_ENV=node7minus babel -s true --out-dir node7minus src && flow-copy-source src node8plus", | ||
"prepublish": "mkdir -p node8plus node7minus && babel -s true --out-dir node8plus src && BABEL_ENV=node7minus babel -s true --out-dir node7minus src && ../../node_modules/.bin/flow-copy-source src node8plus", | ||
"watch": "mkdir -p node8plus && babel -s true --watch --out-dir node8plus src" | ||
@@ -23,4 +23,4 @@ }, | ||
"babel-runtime": ">=6 <7", | ||
"graphile-build": "^0.1.0-alpha.17", | ||
"graphile-build-pg": "^0.1.0-alpha.17" | ||
"graphile-build": "^0.1.0-alpha.18", | ||
"graphile-build-pg": "^0.1.0-alpha.18" | ||
}, | ||
@@ -27,0 +27,0 @@ "devDependencies": { |
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
33519