Skip to content

Commit 17772aa

Browse files
committed
remove markdown files from git
1 parent fb20a47 commit 17772aa

File tree

3 files changed

+3
-241
lines changed

3 files changed

+3
-241
lines changed

data/examples.md

Lines changed: 0 additions & 59 deletions
This file was deleted.

data/packages.md

Lines changed: 0 additions & 180 deletions
This file was deleted.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,10 @@
3232
"scripts": {
3333
"prestart": "npm run links && node data/regenerate",
3434
"start": "beefy index.js:bundle.js --open",
35-
"postinstall": "npm run links && scoped-bulk stackgl npm install && npm dedupe",
35+
"postinstall": "npm run links && scoped-bulk stackgl npm install && npm dedupe && npm run sync",
3636
"bundle": "npm run prestart && browserify index.js | uglifyjs -c > bundle.js",
37-
"links": "district stackgl splash-grid splash-flock"
37+
"links": "district stackgl splash-grid splash-flock",
38+
"sync": "node data/sync"
3839
},
3940
"repository": {
4041
"type": "git",

0 commit comments

Comments
 (0)