Update js-flipper in the pre-release phase and publish it
Summary: 1. Update js-flipper's version in pre-release 2. Update current version of js-flipper to match react-native-flipper 3. Publish js-flipper automatically Reviewed By: mweststrate Differential Revision: D31858522 fbshipit-source-id: e5a9816980d89d3ca6745bc16942f7b75f8d2a88
This commit is contained in:
committed by
Facebook GitHub Bot
parent
695ba14289
commit
3176c2f81d
@@ -1,4 +1,4 @@
|
||||
# flipper-sdk-api
|
||||
# js-flipper
|
||||
|
||||
This package exposes JavaScript bindings to talk from web / Node.js directly to
|
||||
flipper.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "js-flipper",
|
||||
"title": "JS Flipper Bindings for Web-Socket based clients",
|
||||
"version": "0.0.4",
|
||||
"version": "0.116.0",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
"description": "Flipper bindings for Node.js and web",
|
||||
@@ -20,7 +20,14 @@
|
||||
"baseUrl": "https://github.com/facebook/flipper/tree/main/js/js-flipper"
|
||||
},
|
||||
"keywords": [
|
||||
"flipper"
|
||||
"flipper",
|
||||
"javascript",
|
||||
"browser",
|
||||
"node",
|
||||
"react",
|
||||
"angular",
|
||||
"sdk",
|
||||
"client"
|
||||
],
|
||||
"author": {
|
||||
"name": "Facebook Inc"
|
||||
|
||||
Reference in New Issue
Block a user