Skip to content
This repository was archived by the owner on Feb 6, 2023. It is now read-only.

Commit b889d5d

Browse files
dumistoklusfacebook-github-bot
authored andcommitted
move alex to dev dependencies (#2272)
Summary: Move "alex" to dev dependencies Pull Request resolved: #2272 Differential Revision: D18807062 Pulled By: mrkev fbshipit-source-id: 565bfb36fecc3e4e3475aafddd5b25ecf105f15a
1 parent c07a404 commit b889d5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
"test-ci": "cross-env NODE_ENV=test npm run lint && npm run flow && npm run test"
3434
},
3535
"dependencies": {
36-
"alex": "^8.0.0",
3736
"fbjs": "^1.0.0",
3837
"immutable": "~3.7.4",
3938
"object-assign": "^4.1.1"
@@ -46,6 +45,7 @@
4645
"@babel/core": "^7.6.4",
4746
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.4.4",
4847
"@babel/plugin-proposal-optional-chaining": "^7.6.0",
48+
"alex": "^8.0.0",
4949
"babel-eslint": "^10.0.3",
5050
"babel-preset-fbjs": "^3.3.0",
5151
"cross-env": "^6.0.3",

0 commit comments

Comments
 (0)