removed gaze from dev dependencies and removed not working dev script (#6745)

* removed gaze from dev dependencies and removed not working dev script

* updated package-lock.json
This commit is contained in:
Vincent Semrau
2020-06-25 16:59:01 +02:00
committed by GitHub
parent b308a54f59
commit d5ac0f7748
2 changed files with 0 additions and 22 deletions

View File

@@ -80,7 +80,6 @@
"eslint-plugin-flowtype": "5.1.3",
"flow-bin": "0.119.1",
"form-data": "3.0.0",
"gaze": "1.1.3",
"graphql-tag": "^2.10.1",
"husky": "4.2.5",
"jasmine": "3.5.0",
@@ -95,7 +94,6 @@
"scripts": {
"definitions": "node ./resources/buildConfigDefinitions.js",
"docs": "jsdoc -c ./jsdoc-conf.json",
"dev": "npm run build && node bin/dev",
"lint": "flow && eslint --cache ./",
"lint-fix": "eslint --fix --cache ./",
"build": "babel src/ -d lib/ --copy-files",