[Pkg-javascript-commits] [node-acorn-jsx] 461/484: use `license` instead of deprecated `licenses`
Bastien Roucariès
rouca at moszumanska.debian.org
Sat Aug 19 14:21:11 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-acorn-jsx.
commit e9be5f7ce5b83edf25e92d1d29b8dd511ceb2c29
Author: Shinnosuke Watanabe <snnskwtnb at gmail.com>
Date: Mon Feb 29 15:59:22 2016 +0900
use `license` instead of deprecated `licenses`
ref. https://github.com/npm/npm/releases/tag/v2.10.0
---
package.json | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/package.json b/package.json
index bbc5fb5..17e45ea 100644
--- a/package.json
+++ b/package.json
@@ -14,12 +14,7 @@
"type": "git",
"url": "https://github.com/RReverser/acorn-jsx"
},
- "licenses": [
- {
- "type": "MIT",
- "url": "https://raw.githubusercontent.com/RReverser/acorn-jsx/master/LICENSE"
- }
- ],
+ "license": "MIT",
"scripts": {
"test": "node test/run.js"
},
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-acorn-jsx.git
More information about the Pkg-javascript-commits
mailing list