chore(release): publish v2.0.0-alpha.6

This commit is contained in:
2019-07-06 01:33:07 +02:00
parent f04c6d6699
commit ed4d7a3330
6 changed files with 29 additions and 5 deletions

View File

@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [2.0.0-alpha.6](https://github.com/morten-olsen/react-native-debugger/compare/v2.0.0-alpha.5...v2.0.0-alpha.6) (2019-07-05)
**Note:** Version bump only for package react-native-debug-console
# [2.0.0-alpha.5](https://github.com/morten-olsen/react-native-debugger/compare/v2.0.0-alpha.4...v2.0.0-alpha.5) (2019-07-05)
**Note:** Version bump only for package react-native-debug-console

View File

@@ -1,6 +1,6 @@
{
"name": "react-native-debug-console",
"version": "2.0.0-alpha.5",
"version": "2.0.0-alpha.6",
"main": "lib/index.js",
"react-native": "lib/native.js",
"repository": {
@@ -8,7 +8,7 @@
},
"scripts": {
"test": "jest",
"bundle": "babel --extensions '.ts,.tsx,.js' -d lib src",
"bundle": "babel --copy-files --extensions '.ts,.tsx,.js' -d lib/native src",
"postpublish": "yarn run bundle"
},
"license": "MIT",