Add author name

master
Avery Harnish 5 years ago
parent f2ad824684
commit f77aae20ef
  1. 5
      npm/package.json

@ -4,7 +4,6 @@
"description": "📦✨ your favorite rust -> wasm workflow tool!", "description": "📦✨ your favorite rust -> wasm workflow tool!",
"main": "binary.js", "main": "binary.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "node -e 'require(\"./binary.js\").install()'", "postinstall": "node -e 'require(\"./binary.js\").install()'",
"preuninstall": "node -e 'require(\"./binary.js\").uninstall()'" "preuninstall": "node -e 'require(\"./binary.js\").uninstall()'"
}, },
@ -24,13 +23,13 @@
"npm", "npm",
"package" "package"
], ],
"author": "ashley666ashley@gmail.com", "author": "Ashley Williams <ashley666ashley@gmail.com>",
"license": "MIT OR Apache-2.0", "license": "MIT OR Apache-2.0",
"bugs": { "bugs": {
"url": "https://github.com/rustwasm/wasm-pack/issues" "url": "https://github.com/rustwasm/wasm-pack/issues"
}, },
"homepage": "https://github.com/rustwasm/wasm-pack#readme", "homepage": "https://github.com/rustwasm/wasm-pack#readme",
"dependencies": { "dependencies": {
"binary-install": "github:EverlastingBugstopper/binary-install#master" "binary-install": "0.0.0"
} }
} }

Loading…
Cancel
Save