Skip to content

Commit dc6f6c7

Browse files
committed
fix: prod dependencies
1 parent a2dd3a2 commit dc6f6c7

File tree

2 files changed

+12
-23
lines changed

2 files changed

+12
-23
lines changed

package-lock.json

Lines changed: 7 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,14 @@
1111
"keywords": [],
1212
"author": "Gleb Bahmutov <[email protected]> (https://glebbahmutov.com/)",
1313
"license": "ISC",
14-
"devDependencies": {
15-
"cypress": "3.1.4",
14+
"dependencies": {
1615
"falafel": "2.1.0",
17-
"ramda": "0.26.1",
1816
"react": "16.7.0",
1917
"react-dom": "16.7.0",
18+
"ramda": "0.26.1"
19+
},
20+
"devDependencies": {
21+
"cypress": "3.1.4",
2022
"semantic-release": "^15.13.3"
2123
},
2224
"repository": {

0 commit comments

Comments
 (0)