From 996d51479599cf3c5bb58a889032284394965a85 Mon Sep 17 00:00:00 2001 From: chee Date: Sat, 18 May 2019 01:04:50 +0100 Subject: [PATCH] Add "bin" to package.json --- package.json | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 2b1ce44..452321e 100644 --- a/package.json +++ b/package.json @@ -3,25 +3,18 @@ "version": "0.3.1", "description": "NeXTSTEP plist parser", "main": "index.js", - "repository": "git@gitlab.com:chee/nextstep-plist", - "author": "chee ", + "bin": "index.js", + "repository": "git@github.com:chee/nextstep-plist", + "author": "chee ", "contributors": [ "makepost " ], "license": "GPL-3.0", "scripts": { - "test": "tape tests.js | faucet", - "lint": "standard" + "test": "tape tests.js | faucet" }, "devDependencies": { - "eslint": "^4.15.0", - "eslint-config-standard": "^10.2.1", - "eslint-plugin-import": "^2.8.0", - "eslint-plugin-node": "^4.2.2", - "eslint-plugin-promise": "^3.5.0", - "eslint-plugin-standard": "^3.0.1", "faucet": "^0.0.1", - "standard": "*", "tape": "^4.6.3" } }