convert fullscreen children listeners logic to ~ES6

remove gulp serve shortcut
This commit is contained in:
Som Meaden
2020-04-04 20:00:43 +10:00
parent 11214caf77
commit 12ab1ed144
2 changed files with 5 additions and 6 deletions
-1
View File
@@ -31,7 +31,6 @@
"browserslist": "> 1%",
"scripts": {
"build": "gulp build",
"serve": "gulp serve",
"lint": "eslint src/js && npm run-script remark",
"lint:fix": "eslint --fix src/js",
"remark": "remark -f --use 'validate-links=repository:\"sampotts/plyr\"' '{,!(node_modules),.?**/}*.md'",