diff options
Diffstat (limited to 'deps/npm/package.json')
-rw-r--r-- | deps/npm/package.json | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/deps/npm/package.json b/deps/npm/package.json index cda04f33bf..0c2802e1a8 100644 --- a/deps/npm/package.json +++ b/deps/npm/package.json @@ -1,5 +1,5 @@ { - "version": "1.3.5", + "version": "1.3.6", "name": "npm", "publishConfig": { "proprietary-attribs": false @@ -134,10 +134,5 @@ "dumpconf": "env | grep npm | sort | uniq", "echo": "node bin/npm-cli.js" }, - "licenses": [ - { - "type": "MIT +no-false-attribs", - "url": "https://github.com/isaacs/npm/raw/master/LICENSE" - } - ] + "license": "Artistic-2.0" } |