Skip to content

Commit 5aae7fc

Browse files
committed
[LOCAL] unbreak publish-npm.js
1 parent 4e9ae4c commit 5aae7fc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,8 @@
122122
},
123123
"devDependencies": {
124124
"flow-bin": "^0.149.0",
125-
"react": "17.0.2"
125+
"react": "17.0.2",
126+
"shelljs": "^0.7.8"
126127
},
127128
"detox": {
128129
"test-runner": "jest",
@@ -161,4 +162,4 @@
161162
}
162163
}
163164
}
164-
}
165+
}

0 commit comments

Comments
 (0)