Merge pull request #578 from hackmdio/licenseChangeAgreement

License Change Agreement
This commit is contained in:
Max Wu
2017-12-07 06:54:12 +08:00
committed by GitHub
6 changed files with 1687 additions and 58 deletions

View File

@@ -3,7 +3,7 @@
"version": "0.5.1",
"description": "Realtime collaborative markdown notes on all platforms.",
"main": "app.js",
"license": "MIT",
"license": "AGPL-3.0",
"scripts": {
"test": "npm run-script standard && npm run-script jsonlint",
"jsonlint": "find . -not -path './node_modules/*' -type f -name '*.json' | while read json; do echo $json ; jsonlint -q $json; done",