Skip to content

Commit 45b4a62

Browse files
author
Brian Vaughn
committed
STASHING
1 parent 113b5f5 commit 45b4a62

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+3639
-1314
lines changed

packages/react-devtools-inline/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
"prepublish": "yarn run build",
2121
"start": "cross-env NODE_ENV=development webpack --config webpack.config.js --watch"
2222
},
23-
"dependencies": {},
23+
"dependencies": {
24+
"json5": "^2.1.3"
25+
},
2426
"devDependencies": {
2527
"@babel/core": "^7.11.1",
2628
"@babel/plugin-proposal-class-properties": "^7.10.4",

0 commit comments

Comments
 (0)