From f77aae20efcea20b87e4e3911c24f47e88ae46dc Mon Sep 17 00:00:00 2001 From: Avery Harnish Date: Thu, 12 Dec 2019 14:27:40 -0600 Subject: [PATCH] Add author name --- npm/package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/npm/package.json b/npm/package.json index dce806d..b2935b4 100644 --- a/npm/package.json +++ b/npm/package.json @@ -4,7 +4,6 @@ "description": "📦✨ your favorite rust -> wasm workflow tool!", "main": "binary.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1", "postinstall": "node -e 'require(\"./binary.js\").install()'", "preuninstall": "node -e 'require(\"./binary.js\").uninstall()'" }, @@ -24,13 +23,13 @@ "npm", "package" ], - "author": "ashley666ashley@gmail.com", + "author": "Ashley Williams ", "license": "MIT OR Apache-2.0", "bugs": { "url": "https://github.com/rustwasm/wasm-pack/issues" }, "homepage": "https://github.com/rustwasm/wasm-pack#readme", "dependencies": { - "binary-install": "github:EverlastingBugstopper/binary-install#master" + "binary-install": "0.0.0" } }