Skip to content

Commit

Permalink
move alex to dev dependencies (facebookarchive#2272)
Browse files Browse the repository at this point in the history
Summary:
Move "alex" to dev dependencies
Pull Request resolved: facebookarchive#2272

Differential Revision: D18807062

Pulled By: mrkev

fbshipit-source-id: 565bfb36fecc3e4e3475aafddd5b25ecf105f15a
  • Loading branch information
dumistoklus authored and vilemj-Viclick committed Jul 16, 2020
1 parent 6ed1180 commit 8645934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"test-ci": "cross-env NODE_ENV=test npm run lint && npm run flow && npm run test"
},
"dependencies": {
"alex": "^8.0.0",
"fbjs": "^1.0.0",
"immutable": "~3.7.4",
"object-assign": "^4.1.1"
Expand All @@ -46,6 +45,7 @@
"@babel/core": "^7.6.4",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.4.4",
"@babel/plugin-proposal-optional-chaining": "^7.6.0",
"alex": "^8.0.0",
"babel-eslint": "^10.0.3",
"babel-preset-fbjs": "^3.3.0",
"cross-env": "^6.0.3",
Expand Down

0 comments on commit 8645934

Please sign in to comment.