Update package.json

This commit is contained in:
TJ Rana
2018-10-09 01:38:13 +00:00
committed by GitHub
parent 358f016c60
commit 27b6eacfe9

View File

@@ -1,6 +1,7 @@
{ {
"name": "standard-notes-web", "name": "standard-notes-web",
"version": "2.3.13", "version": "2.3.13",
"license": "AGPL-3.0-or-later",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/standardnotes/web" "url": "https://github.com/standardnotes/web"
@@ -45,6 +46,5 @@
"mocha": "^5.2.0", "mocha": "^5.2.0",
"serve-static": "^1.13.2", "serve-static": "^1.13.2",
"chai": "^4.1.2" "chai": "^4.1.2"
}, }
"license": "AGPL-3.0-or-later"
} }