0.0.8
This commit is contained in:
parent
496b26dffe
commit
1584174229
1 changed files with 5 additions and 2 deletions
|
@ -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"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue