diff options
author | Marvin Borner | 2019-02-09 14:49:53 +0100 |
---|---|---|
committer | Marvin Borner | 2019-02-09 14:49:53 +0100 |
commit | 55ab08f14f6f87cee52e075f8bff2378bf4e2b90 (patch) | |
tree | d31b79df745d80a172f63064013b385830f98893 /package.json | |
parent | 433d54efd19b405f37173d1bc36214ea05f784c0 (diff) |
Added better alerts
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index caf6d6d..2e39cae 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "scripts": { "dev": "npm run watch & nodemon src/index.js --exec \"node -r dotenv/config -r babel-register\"", - "watch": "npm run debug && onchange public/styles/* -- npm run css & onchange public/scripts/* -- browserify public/scripts/main.js -o dist/app.js", + "watch": "npm run debug && onchange public/styles/* -- npm run css & onchange public/scripts/* -- npm run debug", "css": "node-sass public/styles/main.sass dist/app.css --output-style compressed", "debug": "rm -r dist/* && npm run css && browserify public/scripts/main.js -o dist/app.js", "build": "rm -r dist/* && npm run css && browserify public/scripts/main.js -o dist/temp.js && minify dist/temp.js > dist/app.js && rm dist/temp.js && pug views/index.pug --out dist" @@ -53,6 +53,7 @@ "pug": "^2.0.0-beta11", "pug-cli": "^1.0.0-alpha6", "rimraf": "^2.6.2", + "sweetalert": "^2.1.2", "webrtc-adapter": "^7.2.0", "xkcd-password": "^2.0.0" }, |