Skip to content

Commit 9e845a0

Browse files
authored
Merge pull request #265 from oslabs-beta/dev
Repaired errors on build related to devtools
2 parents f91d8f9 + f41a71a commit 9e845a0

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

package-lock.json

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
"main.js",
125125
"httpserver.js"
126126
],
127-
"nodeVersion":"12.14.1",
127+
"nodeVersion": "12.14.1",
128128
"nsis": {
129129
"createDesktopShortcut": "always"
130130
},
@@ -205,6 +205,7 @@
205205
"isomorphic-fetch": "^2.2.1",
206206
"mali": "^0.20.0",
207207
"node-fetch": "^2.6.0",
208+
"node-pre-gyp": "0.6.x",
208209
"node-sass": "^4.13.1",
209210
"nodemon": "^1.19.1",
210211
"path": "^0.12.7",
@@ -219,13 +220,13 @@
219220
"react-redux": "^5.0.6",
220221
"react-syntax-highlighter-virtualized-renderer": "^1.1.0",
221222
"redux": "^3.7.2",
223+
"redux-devtools-extension": "^2.13.8",
222224
"rpmbuild": "0.0.22",
223225
"set-cookie-parser": "^2.4.0",
224226
"status-indicator": "^1.0.9",
225227
"subscriptions-transport-ws": "^0.9.16",
226228
"uuid": "^3.3.2",
227-
"ws": "^6.1.2",
228-
"node-pre-gyp": "0.6.x"
229+
"ws": "^6.1.2"
229230
},
230231
"devDependencies": {
231232
"@babel/core": "^7.1.2",
@@ -258,7 +259,6 @@
258259
"postcss-nested": "^4.1.0",
259260
"postcss-pxtorem": "^4.0.1",
260261
"react-test-renderer": "^16.9.0",
261-
"redux-devtools-extension": "^2.13.8",
262262
"sass-loader": "^7.1.0",
263263
"style-loader": "^0.23.1",
264264
"webpack": "^4.41.5",

0 commit comments

Comments
 (0)