Skip to content

Commit b7dd0b0

Browse files
committed
remove splash-flock, update package.json
1 parent d1a2369 commit b7dd0b0

File tree

10 files changed

+6
-271
lines changed

10 files changed

+6
-271
lines changed

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"scripts": {
3232
"prestart": "npm run links && node data/regenerate",
33-
"start": "beefy index.js:bundle.js --open",
33+
"start": "wzrd index.js:bundle.js",
3434
"postinstall": "npm run links && scoped-bulk stackgl npm install && npm dedupe && npm run sync",
3535
"bundle": "npm run prestart && browserify index.js | uglifyjs -c > bundle.js",
3636
"links": "district stackgl splash-grid",
@@ -44,15 +44,17 @@
4444
"contributors": [
4545
"Hugh Kennedy <hughskennedy@gmail.com>",
4646
"Mikola Lysenko <mikolalysenko@gmail.com>",
47-
"Chris Dickinson <chris@neversaw.us>"
47+
"Chris Dickinson <chris@neversaw.us>",
48+
"Matt DesLauriers <dave.des@gmail.com>"
4849
],
4950
"license": "MIT",
5051
"bugs": {
5152
"url": "https://github.com/gl-modules/gl-modules.github.io/issues"
5253
},
5354
"homepage": "https://github.com/gl-modules/gl-modules.github.io",
5455
"devDependencies": {
55-
"beefy": "^2.0.3",
56-
"uglify-js": "^2.4.15"
56+
"browserify": "^8.1.1",
57+
"uglify-js": "^2.4.16",
58+
"wzrd": "^1.2.1"
5759
}
5860
}

splash-flock/boid.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

splash-flock/boid.png

-1.28 KB
Binary file not shown.

splash-flock/demo.js

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

splash-flock/index.js

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

splash-flock/package.json

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

splash-flock/shaders/logic.frag

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

splash-flock/shaders/logic.vert

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

splash-flock/shaders/render.frag

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

splash-flock/shaders/render.vert

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

0 commit comments

Comments
 (0)