Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
@jotadeveloper authored and sergiohgz committed Jul 25, 2019
1 parent c363076 commit ef70c53
Show file tree
Hide file tree
Showing 2 changed files with 851 additions and 199 deletions.
26 changes: 16 additions & 10 deletions core/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,30 +12,36 @@
"build": "mkdir -p lib && for f in $(find src/ -iname *.js | cut -c5-) ; do cp src/$f lib/$f.flow; done",
"test": "npm run lint && flow check"
},
"keywords": ["flow-type", "verdaccio"],
"keywords": [
"flow-type",
"verdaccio"
],
"author": "Juan Picado <juanpicado19@gmail.com>",
"private": false,
"license": "MIT",
"devDependencies": {
"standard-version": "4.3.0",
"flow-bin": "0.77.0",
"babel-eslint": "^8.2.1",
"eslint": "^4.17.0",
"husky": "^0.14.3",
"lint-staged": "^4.0.3",
"prettier": "^1.9.2",
"eslint-config-prettier": "2.9.0",
"eslint": "^5.3.0",
"eslint-config-prettier": "3.0.1",
"eslint-plugin-flow-typed": "^1.0.0",
"eslint-plugin-flowtype": "^2.42.0",
"eslint-plugin-prettier": "^2.6.0"
"eslint-plugin-prettier": "^2.6.0",
"flow-bin": "0.78.0",
"husky": "^0.14.3",
"lint-staged": "^7.2.2",
"prettier": "^1.9.2",
"standard-version": "4.4.0"
},
"lint-staged": {
"linters": {
"package.json": [
"prettier --write",
"git add"
],
"*.js": ["eslint --fix", "git add"]
"*.js": [
"eslint --fix",
"git add"
]
}
}
}
Loading

0 comments on commit ef70c53

Please sign in to comment.