Skip to content

Commit

Permalink
fix: js app template
Browse files Browse the repository at this point in the history
  • Loading branch information
portasynthinca3 authored and Willy-JL committed Nov 1, 2024
1 parent 249ff23 commit 641169e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@next-flip/create-fz-app-mntm",
"version": "0.1.0",
"version": "0.1.1",
"description": "Template package for JS apps for Flipper Zero using Momentum Custom Firmware JS SDK",
"bin": "index.js",
"type": "module",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@
"module": "CommonJS",
"noLib": true,
"target": "ES2015",
"types": [],
},
"files": [
"./node_modules/@next-flip/fz-sdk-mntm/global.d.ts",
],
"include": [
"./**/*.ts",
"./**/*.js"
"./**/*.js",
],
"exclude": [
"./node_modules/**/*",
Expand Down

0 comments on commit 641169e

Please sign in to comment.