Commit c215e2fd7a75c6f661ea666fa20733af27fc6806
Build on prepublish
Charles Lehner committed on 5/8/2016, 5:30:46 AMParent: 4da1a09538931f5a12dd33931b464790cae99084
Files changed
package.json | changed |
package.json | ||
---|---|---|
@@ -5,9 +5,9 @@ | ||
5 | 5 … | "main": "index.js", |
6 | 6 … | "author": "Charles Lehner (http://celehner.com/)", |
7 | 7 … | "license": "Fair", |
8 | 8 … | "scripts": { |
9 | - "build": "browserify . -o bundle.js" | |
9 … | + "prepublish": "browserify . -o bundle.js" | |
10 | 10 … | }, |
11 | 11 … | "devDependencies": { |
12 | 12 … | "browserify": "^13.0.0", |
13 | 13 … | "to-markdown": "^3.0.0" |
Built with git-ssb-web