Skip to content

Commit

Permalink
feat(package.json): Add validators, babel-preset-flow and flow as deps
Browse files Browse the repository at this point in the history
  • Loading branch information
shivam-tripathi committed Jul 15, 2018
1 parent 048d185 commit dfe3391
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -33,13 +33,12 @@
"dependencies": {
"amqplib": "^0.5.2",
"async": "^2.6.0",
"babel-preset-flow": "^6.23.0",
"bluebird": "^3.5.1",
"bookbrainz-data": "^1.0.3",
"franc-min": "^4.0.0",
"immutable": "^3.8.2",
"lodash": "^4.17.10",
"validator": "^10.3.0",
"validator": "^10.4.0",
"winston": "^2.4.2",
"yargs": "^11.0.0"
},
Expand All @@ -52,11 +51,13 @@
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-flow": "^6.23.0",
"babel-preset-stage-2": "^6.24.1",
"eslint": "^4.19.1",
"eslint-plugin-babel": "^5.1.0",
"eslint-plugin-flowtype": "^2.48.0",
"eslint-plugin-import": "^2.12.0",
"flow": "^0.2.3",
"flow-bin": "^0.75.0",
"husky": "^0.14.3",
"lint-staged": "^7.1.3",
Expand Down

0 comments on commit dfe3391

Please sign in to comment.