This commit is contained in:
Cat /dev/Nulo 2023-01-12 14:54:35 -03:00
parent b57b14a49a
commit 295e4d3b02

View file

@ -1,12 +1,9 @@
{ {
"name": "@nulo/html.js", "name": "@nulo/html.js",
"version": "0.0.2", "version": "0.0.3",
"description": "", "description": "",
"main": "dist/html.js", "main": "dist/html.js",
"files": [ "files": ["dist/**.js", "dist/**.d.ts"],
"dist/**.js",
"dist/**.d.ts"
],
"scripts": { "scripts": {
"prepublish": "tsc" "prepublish": "tsc"
}, },