version bump

This commit is contained in:
AJ ONeal 2013-01-26 02:10:07 -07:00
parent 36e19f1e78
commit a58d4566e0
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
"author": "AJ ONeal <coolaj86@gmail.com> (http://coolaj86.info)", "author": "AJ ONeal <coolaj86@gmail.com> (http://coolaj86.info)",
"name": "dom-storage", "name": "dom-storage",
"description": "W3C DOM Storage (localStorage and sessionStorage) for Node.JS", "description": "W3C DOM Storage (localStorage and sessionStorage) for Node.JS",
"version": "1.0.0", "version": "1.0.2",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git://github.com/coolaj86/node-browser-compat.git" "url": "git://github.com/coolaj86/node-browser-compat.git"
@ -10,7 +10,7 @@
"engines": { "engines": {
"node": "*" "node": "*"
}, },
"main": "index.js", "main": "lib/index.js",
"dependencies": {}, "dependencies": {},
"devDependencies": {} "devDependencies": {}
} }