native sepeartion and bundle step

This commit is contained in:
2019-07-06 00:46:02 +02:00
parent baea9498be
commit 0c75f76c54
6 changed files with 65 additions and 6 deletions

View File

@@ -1,12 +1,15 @@
{
"name": "react-native-debug-console",
"version": "2.0.0-alpha.1",
"main": "src/index.js",
"main": "lib/index.js",
"react-native": "lib/native.js",
"repository": {
"url": "https://github.com/morten-olsen/react-native-debugger"
},
"scripts": {
"test": "jest"
"test": "jest",
"bundle": "babel --extensions '.ts,.tsx,.js' -d lib src",
"postpublish": "yarn run bundle"
},
"license": "MIT",
"dependencies": {