1
0
mirror of https://github.com/mgerb/go-discord-bot synced 2026-01-11 09:32:50 +00:00

changes for public use

This commit is contained in:
2017-03-27 18:46:03 -05:00
committed by mgerb42
parent 39861a62bc
commit 1626bdddcd
25 changed files with 58 additions and 2789 deletions

View File

@@ -4,7 +4,7 @@
"description": "A seed for a simple react application",
"scripts": {
"build": "webpack -p --progress --colors",
"dev": "webpack-dev-server --inline --hot --history-api-fallback",
"dev": "webpack --watch",
"c9": "webpack-dev-server --host 0.0.0.0 --port 8080 --inline --hot --history-api-fallback"
},
"author": "Mitchell Gerber",