From 38ce3353ef47a19d8ceaf50d5051508843e6afbe Mon Sep 17 00:00:00 2001 From: Kevin Kwok Date: Mon, 6 Jul 2015 17:51:57 -0700 Subject: [PATCH] new package json --- package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index 6ca6dad..d5b6f35 100644 --- a/package.json +++ b/package.json @@ -8,15 +8,12 @@ "pako": "^0.2.7" }, "devDependencies": {}, - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, "repository": { "type": "git", "url": "https://github.com/naptha/tesseract.js.git" }, "author": "", - "license": "ISC", + "license": "MIT", "bugs": { "url": "https://github.com/naptha/tesseract.js/issues" },