mirror of
https://github.com/amark/gun.git
synced 2025-06-06 14:16:44 +00:00
stupid stupid semver
This commit is contained in:
parent
283a5a357f
commit
f06e57b856
@ -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');
|
||||
|
@ -8,7 +8,7 @@
|
||||
}
|
||||
, "dependencies": {
|
||||
"express": "~>4.9.0",
|
||||
"gun": "0.2.x"
|
||||
"gun": "~>0.2.0-alpha-2"
|
||||
}
|
||||
, "scripts": {
|
||||
"start": "node http.js",
|
||||
|
Loading…
x
Reference in New Issue
Block a user