mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-02 10:31:23 +01:00
removed nodefly temporarily due to some issue with npm install
This commit is contained in:
9
app.js
9
app.js
@@ -1,12 +1,3 @@
|
||||
// NodeFly
|
||||
require('nodefly').profile(
|
||||
'4b15d2184244dba6a0589932aa79ec50',
|
||||
'NodeBB',
|
||||
{
|
||||
blockThreshold: 10
|
||||
}
|
||||
);
|
||||
|
||||
// Read config.js to grab redis info
|
||||
var fs = require('fs'),
|
||||
path = require('path'),
|
||||
|
||||
@@ -30,8 +30,7 @@
|
||||
"async": "0.2.8",
|
||||
"node-imagemagick": "0.1.8",
|
||||
"atom-writer": "1.0.3",
|
||||
"xml-writer": "1.2.4",
|
||||
"nodefly": "stable"
|
||||
"xml-writer": "1.2.4"
|
||||
},
|
||||
"devDependencies": {},
|
||||
"optionalDependencies": {},
|
||||
|
||||
Reference in New Issue
Block a user