summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json15
1 files changed, 8 insertions, 7 deletions
diff --git a/package.json b/package.json
index a3da0ba7..c17c0dba 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "CodiMD",
- "version": "1.3.1",
+ "version": "1.3.2",
"description": "Realtime collaborative markdown notes on all platforms.",
"main": "app.js",
"license": "AGPL-3.0",
@@ -10,8 +10,8 @@
"jsonlint": "find . -not -path './node_modules/*' -type f -name '*.json' -o -type f -name '*.json.example' | while read json; do echo $json ; jq . $json; done",
"standard": "echo 'standard is no longer being used, use `npm run eslint` instead!' && exit 1",
"dev": "webpack --config webpack.dev.js --progress --colors --watch",
+ "heroku-prebuild": "bin/heroku",
"build": "webpack --config webpack.prod.js --progress --colors --bail",
- "postinstall": "bin/heroku",
"start": "sequelize db:migrate && node app.js",
"doctoc": "doctoc --title='# Table of Contents' README.md"
},
@@ -140,7 +140,7 @@
"engines": {
"node": ">=6.x"
},
- "bugs": "https://github.com/hackmdio/codimd/issues",
+ "bugs": "https://github.com/codimd/server/issues",
"keywords": [
"Collaborative",
"Markdown",
@@ -149,17 +149,18 @@
"homepage": "https://codimd.org",
"maintainers": [
{
- "name": "Max Wu",
- "email": "jackymaxj@gmail.com"
+ "name": "Claudius Coenen",
+ "url": "https://www.claudiuscoenen.de/"
},
{
"name": "Christoph (Sheogorath) Kern",
- "email": "codimd@sheogorath.shivering-isles.com"
+ "email": "codimd@sheogorath.shivering-isles.com",
+ "url": "https://shivering-isles.com"
}
],
"repository": {
"type": "git",
- "url": "https://github.com/hackmdio/codimd.git"
+ "url": "https://github.com/codimd/server.git"
},
"devDependencies": {
"babel-cli": "^6.26.0",