mirror of
https://github.com/seigler/generative
synced 2025-07-26 14:56:08 +00:00
Make room for future sketches
This commit is contained in:
parent
2e601c4bb1
commit
23828113b2
5 changed files with 31 additions and 6 deletions
|
@ -4,8 +4,10 @@
|
|||
"name": "p5-brunch",
|
||||
"repository": "",
|
||||
"scripts": {
|
||||
"start": "brunch watch --server",
|
||||
"build": "rm -rf public/ && brunch build --production",
|
||||
"start": "brunch watch --server"
|
||||
"deploy": "npm run build && npm run push-gh-pages",
|
||||
"push-gh-pages": "git-directory-deploy --directory public/"
|
||||
},
|
||||
"version": "1.0.0",
|
||||
"dependencies": {
|
||||
|
@ -19,6 +21,7 @@
|
|||
"clean-css-brunch": "^2.10.0",
|
||||
"copycat-brunch": "^1.1.1",
|
||||
"digest-brunch": "^1.6.0",
|
||||
"git-directory-deploy": "^1.5.1",
|
||||
"uglify-js-brunch": "^2.10.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue