Skip to content

Commit 84da7cc

Browse files
fix(example): move react-scripts to devDependencies
1 parent 8a3551a commit 84da7cc

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

example/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77
"angular": "1.7.0",
88
"prop-types": "15.6.1",
99
"react": "~16.4.0",
10-
"react-dom": "~16.4.0",
10+
"react-dom": "~16.4.0"
11+
},
12+
"devDependencies": {
13+
"@uirouter/cypress-runner": "^1.0.7",
1114
"react-scripts": "1.1.4"
1215
},
1316
"version": "0.1.0",
@@ -18,8 +21,5 @@
1821
"eject": "react-scripts eject",
1922
"test": "npm run build && cypress-runner run --path build",
2023
"test:open": "npm run build && cypress-runner open --path build"
21-
},
22-
"devDependencies": {
23-
"@uirouter/cypress-runner": "^1.0.7"
2424
}
2525
}

0 commit comments

Comments
 (0)