Removed unnecessary edit

This commit is contained in:
Joshua Zeltser 2019-06-19 11:42:18 +01:00 committed by GitHub
parent 3b239afcda
commit 80158d81c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@
},
"scripts": {
"bower": "bower install",
"build": "python3 setup.py js css",
"build": "python setup.py js css",
"build:watch": "set -e; while true; do npm run build; sleep 3; done"
},
"devDependencies": {