@solidstate/library
Advanced tools
Comparing version 0.0.35 to 0.0.36
{ | ||
"name": "@solidstate/library", | ||
"version": "0.0.35", | ||
"version": "0.0.36", | ||
"author": "Nick Barry", | ||
@@ -24,3 +24,4 @@ "license": "MIT", | ||
"scripts": { | ||
"tsc": "tsc --build tsconfig.json" | ||
"tsc": "tsc --build tsconfig.json", | ||
"tsc-clean": "tsc --build --clean tsconfig.json" | ||
}, | ||
@@ -36,3 +37,3 @@ "dependencies": { | ||
}, | ||
"gitHead": "12e89b9e75628ea10d12f48a8641f087ab914232" | ||
"gitHead": "4996c638b5ac0fc43f77e61f5cbabb204db441d1" | ||
} |
5549