Comparing version 1.0.0 to 1.0.1
@@ -7,3 +7,3 @@ { | ||
"keywords": ["pg", "postgres", "hstore"], | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"main": "lib/index.js", | ||
@@ -10,0 +10,0 @@ "homepage": "https://github.com/scarney81/pg-hstore", |
@@ -6,3 +6,3 @@ /*globals it, describe */ | ||
describe('node-hstore.parse', function() { | ||
describe('pg-hstore.parse', function() { | ||
it('should hstore parse an hstore string', function(done) { | ||
@@ -9,0 +9,0 @@ var source = '"foo"=>"bar"'; |
@@ -6,3 +6,3 @@ /*globals it, describe */ | ||
describe('node-hstore.stringify', function() { | ||
describe('pg-hstore.stringify', function() { | ||
it('should hstore encode a string', function(done) { | ||
@@ -9,0 +9,0 @@ var source = { foo: "bar" }; |
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
4591