bump ver and REMOVE the damn node version - we WILL FLY BY THE SEAT OF MY PANTS!!!

This commit is contained in:
Remy Sharp 2012-07-27 18:47:02 +01:00
parent e347346dc0
commit 7c79dfd08d

View File

@ -7,7 +7,7 @@
"name": "jsbin",
"description": "Collaborative JavaScript Debugging App",
"main": "lib/app",
"version": "3.0.2",
"version": "3.0.3",
"preferGlobal" : "true",
"homepage": "http://jsbin.com",
"main": "./lib/app",
@ -16,9 +16,6 @@
"type": "git",
"url": "git://github.com/remy/jsbin.git"
},
"engines": {
"node": "~0.6.13|0.8.x"
},
"dependencies": {
"express": "3.0.0alpha4",
"asyncjs": "0.0.7",