This commit is contained in:
Cat /dev/Nulo 2023-03-09 11:15:47 -03:00
parent 496b26dffe
commit 1584174229

View file

@ -1,10 +1,13 @@
{ {
"name": "@nulo/html.js", "name": "@nulo/html.js",
"type": "module", "type": "module",
"version": "0.0.7", "version": "0.0.8",
"description": "", "description": "",
"main": "dist/html.js", "main": "dist/html.js",
"files": ["dist/**.js", "dist/**.d.ts"], "files": [
"dist/**.js",
"dist/**.d.ts"
],
"scripts": { "scripts": {
"prepublish": "tsc" "prepublish": "tsc"
}, },