mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 09:23:13 +01:00
resolving merge conflict #2
This commit is contained in:
parent
f96ec92df6
commit
2b8f46cb8c
@ -4,13 +4,8 @@
|
||||
"description": "Das neue web client for Ascribe",
|
||||
"main": "js/app.js",
|
||||
"scripts": {
|
||||
<<<<<<< HEAD
|
||||
"start": "watchify -o js/bundle.js -v -d js/app.js",
|
||||
"build": "browserify . -t [envify --NODE_ENV production] | uglifyjs -cm > js/bundle.min.js",
|
||||
=======
|
||||
"watch": "watchify -o build/app.js -v -d js/app.js",
|
||||
"build": "browserify . -t [envify --NODE_ENV production] | uglifyjs -cm > build/app.js",
|
||||
>>>>>>> b000ecd925e2e23febd47b088384cf6d5d155a9c
|
||||
"test": "jest"
|
||||
},
|
||||
"author": "Ascribe",
|
||||
|
Loading…
Reference in New Issue
Block a user