Skip to content

Commit d5ac0f7

Browse files
authored
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
1 parent b308a54 commit d5ac0f7

File tree

2 files changed

+0
-22
lines changed

2 files changed

+0
-22
lines changed

package-lock.json

Lines changed: 0 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@
8080
"eslint-plugin-flowtype": "5.1.3",
8181
"flow-bin": "0.119.1",
8282
"form-data": "3.0.0",
83-
"gaze": "1.1.3",
8483
"graphql-tag": "^2.10.1",
8584
"husky": "4.2.5",
8685
"jasmine": "3.5.0",
@@ -95,7 +94,6 @@
9594
"scripts": {
9695
"definitions": "node ./resources/buildConfigDefinitions.js",
9796
"docs": "jsdoc -c ./jsdoc-conf.json",
98-
"dev": "npm run build && node bin/dev",
9997
"lint": "flow && eslint --cache ./",
10098
"lint-fix": "eslint --fix --cache ./",
10199
"build": "babel src/ -d lib/ --copy-files",

0 commit comments

Comments
 (0)