Skip to content

Commit

Permalink
removed gaze from dev dependencies and removed not working dev script (
Browse files Browse the repository at this point in the history
…#6745)

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

* updated package-lock.json
  • Loading branch information
vince1995 authored Jun 25, 2020
1 parent b308a54 commit d5ac0f7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
20 changes: 0 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit d5ac0f7

Please sign in to comment.