Skip to content

Commit 1dca205

Browse files
author
Dave Ferris
committed
move react-scripts to dev dependency
1 parent 423e46d commit 1dca205

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
{
22
"name": "ui-design-system",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"dependencies": {
55
"bootstrap": "^4.3.1",
66
"node-sass": "^4.13.1",
77
"polished": "^3.4.2",
88
"prop-types": "^15.7.2",
99
"react": "^16.12.0",
1010
"react-bootstrap": "^1.0.0-beta.16",
11-
"react-dom": "^16.12.0",
12-
"react-scripts": "3.2.0"
11+
"react-dom": "^16.12.0"
1312
},
1413
"scripts": {
1514
"start": "react-scripts start",
@@ -50,7 +49,8 @@
5049
"eslint-config-airbnb": "^18.0.1",
5150
"eslint-import-resolver-webpack": "^0.11.1",
5251
"eslint-plugin-babel": "^5.3.0",
53-
"eslint-utils": "^1.4.3"
52+
"eslint-utils": "^1.4.3",
53+
"react-scripts": "3.2.0"
5454
},
5555
"description": "UI Storybook design system",
5656
"main": "dist/index.js",

0 commit comments

Comments
 (0)