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",
|
||||
"type": "module",
|
||||
"version": "0.0.7",
|
||||
"version": "0.0.8",
|
||||
"description": "",
|
||||
"main": "dist/html.js",
|
||||
"files": ["dist/**.js", "dist/**.d.ts"],
|
||||
"files": [
|
||||
"dist/**.js",
|
||||
"dist/**.d.ts"
|
||||
],
|
||||
"scripts": {
|
||||
"prepublish": "tsc"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue