From 5b1be4ebfeaff4a5a59e917a65c9c45f8d8884cc Mon Sep 17 00:00:00 2001 From: M C Date: Thu, 22 Mar 2018 23:46:23 -0400 Subject: [PATCH] corrected license coding in package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7d74ba8..4a8e981 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aframe-ar", - "version": "0.2.1", + "version": "0.2.1a", "description": "Basic A-Frame support for the new three.ar.js library and WebARonARKit/Core browsers, as well as WebXR Viewer.", "main": "src/index.js", "scripts": { @@ -35,7 +35,7 @@ "webvr" ], "author": "Michael Chen ", - "license": "MIT", + "license": "MPL-2.0", "bugs": { "url": "https://github.com/chenzlabs/aframe-ar/issues" },