From 29ff2f283c228a529fec8dc7859d966f3a3f0476 Mon Sep 17 00:00:00 2001 From: Romina Suarez Date: Mon, 17 Oct 2016 01:01:44 -0300 Subject: [PATCH] Apache 2.0 license - specified according to https://spdx.org/licenses/ to avoid npm warnings --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bff70b5..8b1e632 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "./src/node/index.js": "./src/browser/index.js" }, "author": "", - "license": "Apache", + "license": "Apache-2.0", "devDependencies": { "babel-preset-es2015": "^6.16.0", "babelify": "^7.3.0",