mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-04 21:15:55 +01:00
added back nodefly. fixed package.json in a previous commit, our versioning of nodebb was what was breaking npm
This commit is contained in:
10
app.js
10
app.js
@@ -1,3 +1,13 @@
|
||||
// NodeFly
|
||||
require('nodefly').profile(
|
||||
'4b15d2184244dba6a0589932aa79ec50',
|
||||
'NodeBB',
|
||||
{
|
||||
blockThreshold: 10
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
// Read config.js to grab redis info
|
||||
var fs = require('fs'),
|
||||
path = require('path'),
|
||||
|
||||
@@ -29,7 +29,8 @@
|
||||
"node-gyp": "0.9.5",
|
||||
"async": "0.2.8",
|
||||
"node-imagemagick": "0.1.8",
|
||||
"node-rss": "1.0.1"
|
||||
"node-rss": "1.0.1",
|
||||
"nodefly": "stable"
|
||||
},
|
||||
"devDependencies": {},
|
||||
"optionalDependencies": {},
|
||||
|
||||
Reference in New Issue
Block a user