From f464f4ff4810046e6effc32b0a2e874ff795bc1a Mon Sep 17 00:00:00 2001 From: Capuccino Date: Wed, 4 Oct 2017 03:30:42 +0000 Subject: [PATCH] tidy up --- package.json | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 03b92188..b6937cd8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sagiri", - "version": "1.2.3", + "version": "1.2.4", "description": "A wrapper for the SauceNAO API.", "main": "index.js", "repository": { @@ -13,19 +13,25 @@ "saucenao" ], "author": "sr229", - "license": "EPL", + "license": "MIT", "bugs": { "url": "https://github.com/ClaraIO/Sagiri/issues" }, "homepage": "https://github.com/ClaraIO/Sagiri#readme", "directories": { - "bin": "./lib", - "test": "./tests" + "test": "tests" }, "dependencies": { "form-data": "^2.3.1" }, "devDependencies": { "eslint": "^4.7.2" + }, + "bin": { + "Sagiri.js": "lib/Sagiri.js", + "siteValues.js": "lib/siteValues.js" + }, + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" } }