Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2011-10-07 21:39:23 +0400
committerisaacs <i@izs.me>2011-10-07 21:39:23 +0400
commit26865efd1fec69cdd9d8000375376f7cec654c43 (patch)
treec22b144759762f2a714b99c3179690a342342db8 /package.json
parent76b3106140c9d63fb77e4cd7d00977d57f617a01 (diff)
Update license type in package.json
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index f5afc979e..16bccf38d 100644
--- a/package.json
+++ b/package.json
@@ -57,7 +57,7 @@
, "dumpconf": "env | grep npm | sort | uniq"
}
, "licenses" :
- [ { "type" : "MIT"
+ [ { "type" : "MIT +no-false-attribs"
, "url" : "http://github.com/isaacs/npm/raw/master/LICENSE"
}
]