Incremented version number - v1.8.0

v1.18.x
Misty (Bot) 7 years ago committed by Julian Lam
parent 8a220b944e
commit 43e914c91d

@ -2,19 +2,19 @@
"name": "nodebb", "name": "nodebb",
"license": "GPL-3.0", "license": "GPL-3.0",
"description": "NodeBB Forum", "description": "NodeBB Forum",
"version": "1.7.5", "version": "1.8.0",
"homepage": "http://www.nodebb.org", "homepage": "http://www.nodebb.org",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/NodeBB/NodeBB/" "url": "https://github.com/NodeBB/NodeBB/"
}, },
"main": "app.js", "main": "app.js",
"scripts": { "scripts": {
"start": "node loader.js", "start": "node loader.js",
"lint": "eslint --cache ./nodebb .", "lint": "eslint --cache ./nodebb .",
"pretest": "npm run lint", "pretest": "npm run lint",
"test": "nyc --reporter=html --reporter=text-summary mocha", "test": "nyc --reporter=html --reporter=text-summary mocha",
"coveralls": "nyc report --reporter=text-lcov | coveralls && rm -r coverage" "coveralls": "nyc report --reporter=text-lcov | coveralls && rm -r coverage"
}, },
"dependencies": { "dependencies": {
"ace-builds": "^1.2.9", "ace-builds": "^1.2.9",
@ -121,26 +121,26 @@
"smtp-server": "^3.4.1" "smtp-server": "^3.4.1"
}, },
"bugs": { "bugs": {
"url": "https://github.com/NodeBB/NodeBB/issues" "url": "https://github.com/NodeBB/NodeBB/issues"
}, },
"engines": { "engines": {
"node": ">=6" "node": ">=6"
}, },
"maintainers": [ "maintainers": [
{ {
"name": "Andrew Rodrigues", "name": "Andrew Rodrigues",
"email": "andrew@nodebb.org", "email": "andrew@nodebb.org",
"url": "https://github.com/psychobunny" "url": "https://github.com/psychobunny"
}, },
{ {
"name": "Julian Lam", "name": "Julian Lam",
"email": "julian@nodebb.org", "email": "julian@nodebb.org",
"url": "https://github.com/julianlam" "url": "https://github.com/julianlam"
}, },
{ {
"name": "Barış Soner Uşaklı", "name": "Barış Soner Uşaklı",
"email": "baris@nodebb.org", "email": "baris@nodebb.org",
"url": "https://github.com/barisusakli" "url": "https://github.com/barisusakli"
} }
] ]
} }
Loading…
Cancel
Save