diff --git a/app.json b/app.json index 680bf0bc..b1dc3dbb 100644 --- a/app.json +++ b/app.json @@ -1,6 +1,5 @@ { "name": "gun-server", - "stack": "heroku-18", "website": "http://gun.eco/", "repository": "https://github.com/amark/gun", "logo": "https://avatars3.githubusercontent.com/u/8811914", diff --git a/package.json b/package.json index dd6cbfef..691a8582 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,6 @@ "ios": "browser.ios.js", "android": "browser.android.js", "scripts": { - "prepare": "npm run unbuildSea && npm run unbuild", "start": "node --prof examples/http.js", "debug": "node --prof-process --preprocess -j isolate*.log > v8data.json && rm isolate*.log && echo 'drag & drop ./v8data.json into https://mapbox.github.io/flamebearer/'", "https": "HTTPS_KEY=test/https/server.key HTTPS_CERT=test/https/server.crt npm start",