Update package.json with Apache License 2.0 (#632)

The license used is Apache License 2.0, so I think it makes sense to update the package.json file with the correct string as a some software use this field to approve or not packages.
This commit is contained in:
Gregory Linford 2017-08-31 17:57:29 +01:00 committed by Andrey Lushnikov
parent ce01e84381
commit a052cdb464

View File

@ -21,7 +21,7 @@
"unit-node6": "jasmine node6-test/test.js" "unit-node6": "jasmine node6-test/test.js"
}, },
"author": "The Chromium Authors", "author": "The Chromium Authors",
"license": "SEE LICENSE IN LICENSE", "license": "Apache License 2.0",
"dependencies": { "dependencies": {
"debug": "^2.6.8", "debug": "^2.6.8",
"extract-zip": "^1.6.5", "extract-zip": "^1.6.5",