git ssb

4+

Dominic / scuttlebot



Commit c10a41f0bf422fe25a93b3d464150ffcea9029c6

Fix npm bin-script path

Kyle E. Mitchell committed on 6/9/2017, 7:15:29 PM
Parent: 9b58f0925dc669a424d6bb51fc20bcdc0224a4b1

Files changed

package.jsonchanged
package.jsonView
@@ -76,9 +76,9 @@
7676 "ssb-msg-schemas": "~3.2.0",
7777 "tape": "~4.0.0"
7878 },
7979 "bin": {
80- "sbot": "./sbot.js"
80+ "sbot": "./bin.js"
8181 },
8282 "scripts": {
8383 "build": "noderify bin.js > sbot.js",
8484 "prepublishOnly": "npm ls && npm test && npm run build",

Built with git-ssb-web