revert mv of react-app-rewired to dev-only

This commit is contained in:
Collin M. Barrett 2019-09-02 17:05:40 -05:00
parent dcd8fab3a7
commit 78d7818b47
2 changed files with 2 additions and 3 deletions

Binary file not shown.

View file

@ -12,6 +12,7 @@
"babel-plugin-import": "^1.12.1",
"customize-cra": "^0.5.0",
"react": "^16.9.0",
"react-app-rewired": "^2.1.3",
"react-dom": "^16.9.0",
"react-router-dom": "^5.0.1",
"react-scripts": "^3.1.1",
@ -39,7 +40,5 @@
"last 1 safari version"
]
},
"devDependencies": {
"react-app-rewired": "^2.1.3"
}
"devDependencies": {}
}