pouchdb-json
Advanced tools
Comparing version 6.3.0 to 6.3.1
{ | ||
"name": "pouchdb-json", | ||
"version": "6.3.0", | ||
"version": "6.3.1", | ||
"description": "PouchDB utilities for safely stringifying and parsing JSON.", | ||
@@ -10,3 +10,12 @@ "main": "./lib/index.js", | ||
"repository": "https://github.com/pouchdb/pouchdb", | ||
"jsnext:main": "./src/index.js" | ||
"jsnext:main": "./lib/index.es.js", | ||
"dependencies": { | ||
"vuvuzela": "1.0.3" | ||
}, | ||
"module": "./lib/index.es.js", | ||
"files": [ | ||
"lib", | ||
"dist", | ||
"tonic-example.js" | ||
] | ||
} |
13968
1
5
46
+ Addedvuvuzela@1.0.3
+ Addedvuvuzela@1.0.3(transitive)