make template lix-compatible

This commit is contained in:
2023-05-05 15:16:01 -06:00
parent 2281518805
commit a04b22e339
3 changed files with 3 additions and 2 deletions

1
template/.gitignore vendored
View File

@@ -1,4 +1,5 @@
bin/
libs/
node_modules/
externs/
*.zip

View File

@@ -1,6 +1,6 @@
-lib kiss
-lib kiss-firefox
-lib webextension-polyfill
-cp externs
-cp src
-dce full
--main template.Main

View File

@@ -4,7 +4,7 @@
"description": "A Firefox extension made with Kisslang",
"main": "index.js",
"scripts": {
"postinstall": "dts2hx --all"
"postinstall": "dts2hx --all --noLibWrap"
},
"dependencies": {
"@types/webextension-polyfill": "^0.10.0",