stupid stupid semver

This commit is contained in:
Mark Nadal 2015-07-04 02:35:10 -07:00
parent 283a5a357f
commit f06e57b856
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
console.log("If modules not found, run `npm install` in /example folder!"); // git subtree push -P examples heroku master
console.log("If modules not found, run `npm install` in /example folder!"); // git subtree push -P examples heroku master // OR // git subtree split -P examples master && git push heroku [['HASH']]:master --force
var port = process.env.OPENSHIFT_NODEJS_PORT || process.env.VCAP_APP_PORT || process.env.PORT || process.argv[2] || 80;
var express = require('express');

View File

@ -8,7 +8,7 @@
}
, "dependencies": {
"express": "~>4.9.0",
"gun": "0.2.x"
"gun": "~>0.2.0-alpha-2"
}
, "scripts": {
"start": "node http.js",