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" } }