@futura/html
Advanced tools
Comparing version 0.4.0-alpha.7 to 0.4.0-alpha.8
{ | ||
"name": "@futura/html", | ||
"version": "0.4.0-alpha.7", | ||
"version": "0.4.0-alpha.8", | ||
"description": "Virtual DOM based HTML implementation for futura", | ||
@@ -19,4 +19,4 @@ "keywords": [ | ||
"license": "Apache-2.0", | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"publishConfig": { | ||
@@ -30,3 +30,3 @@ "access": "public" | ||
"scripts": { | ||
"clean": "rimraf lib/ tsconfig.tsbuildinfo", | ||
"clean": "tsc --build . --clean", | ||
"build": "tsc --build .", | ||
@@ -48,3 +48,3 @@ "test": "jest" | ||
}, | ||
"gitHead": "accf6c20b92264ba3441766c7e678c7551df1a4f" | ||
"gitHead": "4c9b08635daa01879c77c7e91bc68e2772572f18" | ||
} |
@@ -8,5 +8,2 @@ { | ||
], | ||
"rootDir": "./src", | ||
"outDir": "./lib", | ||
}, | ||
@@ -13,0 +10,0 @@ |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
223485
1545
1