Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "q-postgres", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Postgres with promises.", | ||
"main": "q-postgres.js", | ||
"repository": { | ||
@@ -11,7 +10,5 @@ "type": "git", | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/luiz-simples/q-postgres/issues" | ||
}, | ||
"homepage": "https://github.com/luiz-simples/q-postgres#readme", | ||
@@ -21,12 +18,10 @@ "scripts": {}, | ||
"license": "The Unilicense", | ||
"dependencies": { | ||
"q": "^1.4.1", | ||
"pg": "^4.4.2" | ||
"pg": "^4.4.3" | ||
}, | ||
"engines": { | ||
"node": "~4.1.1", | ||
"npm": "~2.14.4" | ||
"node": "~4.2.2", | ||
"npm": "~2.14.7" | ||
} | ||
} |
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
4593
Updatedpg@^4.4.3