[Pkg-javascript-commits] [ltx] 380/469: Update license attribute
Jonas Smedegaard
dr at jones.dk
Wed Aug 31 13:03:29 UTC 2016
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository ltx.
commit 60db5e00cd3747e69e97d905b0ffb57ce40b9b04
Author: Peter deHaan <peter at deseloper.com>
Date: Sat May 23 17:44:13 2015 -0700
Update license attribute
specifying the type and URL is deprecated:
https://docs.npmjs.com/files/package.json#license
http://npm1k.org/
---
package.json | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/package.json b/package.json
index f4061b5..112d292 100644
--- a/package.json
+++ b/package.json
@@ -34,11 +34,7 @@
"Julien Genestoux",
"▟ ▖▟ ▖"
],
- "licenses": [
- {
- "type": "MIT"
- }
- ],
+ "license": "MIT",
"engine": "node",
"devDependencies": {
"Strophe.js": "https://github.com/metajack/strophejs/tarball/master",
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/ltx.git
More information about the Pkg-javascript-commits
mailing list