mirror of
https://github.com/morten-olsen/react-native-debug-console.git
synced 2026-02-08 00:36:26 +01:00
Updated dependencies in preperation for v2
This commit is contained in:
14
package.json
14
package.json
@@ -1,10 +1,14 @@
|
||||
{
|
||||
"name": "debugger",
|
||||
"version": "1.0.0",
|
||||
"main": "index.js",
|
||||
"license": "MIT",
|
||||
"private": true,
|
||||
"workspaces": [
|
||||
"demo",
|
||||
"lib"
|
||||
],
|
||||
"scripts": {
|
||||
"postinstall": "lerna bootstrap",
|
||||
"demo:ios": "lerna run --scope=react-native-debug-console-demo --stream ios"
|
||||
},
|
||||
"devDependencies": {
|
||||
"create-react-native-app": "^1.0.0",
|
||||
"lerna": "^3.0.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user