We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6552e5d commit f047178Copy full SHA for f047178
package.json
@@ -8,6 +8,7 @@
8
"brfs": "^1.1.2",
9
"cheerio": "^0.17.0",
10
"class-list": "^0.1.1",
11
+ "disc": "^1.3.1",
12
"district": "^1.0.1",
13
"domify": "^1.3.0",
14
"findup-element": "0.0.0",
@@ -33,7 +34,8 @@
33
34
"postinstall": "npm run links && scoped-bulk stackgl npm install && npm dedupe && npm run sync",
35
"bundle": "npm run prestart && browserify index.js | uglifyjs -c > bundle.js",
36
"links": "district stackgl splash-grid splash-flock",
- "sync": "node data/sync"
37
+ "sync": "node data/sync",
38
+ "disc": "browserify index.js --full-paths | uglifyjs -c | discify --open"
39
},
40
"repository": {
41
"type": "git",
0 commit comments