mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 01:59:58 +00:00
Update to webpack 4 + misc build process changes
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
"license": "MIT",
|
||||
"version": "0.1.0-alpha1",
|
||||
"scripts": {
|
||||
"build": "node scripts/build.js",
|
||||
"install-manifest": "node scripts/install-manifest.js",
|
||||
"start-debug": "node scripts/start-debug.js",
|
||||
"build": "node bin/build.js",
|
||||
"install-manifest": "node bin/install-manifest.js",
|
||||
"start-debug": "node bin/start-debug.js",
|
||||
"start": "node dist/app.js"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user