Prepare flipper-headless-demo for publishing
Summary: Make headless-demo executable and configure packaging Reviewed By: passy Differential Revision: D36590919 fbshipit-source-id: 2c192a712e38888bc8b1f1caa3e55075c24ed14e
This commit is contained in:
committed by
Facebook GitHub Bot
parent
966e53f4a2
commit
125f450f60
1
desktop/examples/headless-demo/index.js
Normal file → Executable file
1
desktop/examples/headless-demo/index.js
Normal file → Executable file
@@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env node
|
||||
/**
|
||||
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
*
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
{
|
||||
"name": "headless-demo",
|
||||
"version": "1.0.0",
|
||||
"name": "flipper-headless-demo",
|
||||
"version": "0.0.0",
|
||||
"description": "Headless demo Flipper desktop plugin",
|
||||
"homepage": "https://github.com/facebook/flipper",
|
||||
"keywords": [
|
||||
"Flipper"
|
||||
],
|
||||
"repository": "facebook/flipper",
|
||||
"bugs": "https://github.com/facebook/flipper/issues",
|
||||
"author": "Facebook, Inc",
|
||||
"bin": "index.js",
|
||||
"main": "index.js",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
@@ -8,5 +17,9 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"ws": "^8.6.0"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"*.js",
|
||||
"README.md"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user