1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-12 04:34:43 +04:00

I am own the JS (#3982)

* fix: js app template
* i am own the js
* farewell
This commit is contained in:
Anna Antonenko
2024-11-05 13:53:24 +03:00
committed by GitHub
parent 69aa4cd254
commit c741727b96
3 changed files with 8 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@flipperdevices/create-fz-app",
"version": "0.1.0",
"version": "0.1.1",
"description": "Template package for JS apps Flipper Zero",
"bin": "index.js",
"type": "module",

View File

@@ -5,13 +5,14 @@
"module": "CommonJS",
"noLib": true,
"target": "ES2015",
"types": [],
},
"files": [
"./node_modules/@flipperdevices/fz-sdk/global.d.ts",
],
"include": [
"./**/*.ts",
"./**/*.js"
"./**/*.js",
],
"exclude": [
"./node_modules/**/*",