From 25dcedc68f581f7e8dab09a40dcab5befc465ead Mon Sep 17 00:00:00 2001 From: deathcap Date: Mon, 18 Jan 2016 22:37:28 -0800 Subject: [PATCH] Use SPDX-compatible license field in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b9b3ffd..329bd34 100644 --- a/package.json +++ b/package.json @@ -18,5 +18,5 @@ "scripts": { "start": "wzrd example.js:bundle.js --port 8081" }, - "license": "BSD" + "license": "BSD-3-Clause" }