@nxtedition/histogram
Advanced tools
+3
-4
| { | ||
| "name": "@nxtedition/histogram", | ||
| "version": "1.0.2", | ||
| "version": "1.0.3", | ||
| "type": "module", | ||
@@ -23,3 +23,3 @@ "main": "lib/index.js", | ||
| "scripts": { | ||
| "build": "rimraf lib && tsc && amaroc ./src/index.ts && mv src/index.js lib/", | ||
| "build": "rimraf lib && tsc -p tsconfig.build.json && amaroc ./src/index.ts && mv src/index.js lib/", | ||
| "prepublishOnly": "yarn build", | ||
@@ -37,4 +37,3 @@ "typecheck": "tsc --noEmit", | ||
| "typescript": "^5.9.3" | ||
| }, | ||
| "gitHead": "adfca68bef0a78441d030ee4d23afcfd497c878a" | ||
| } | ||
| } |
12307
-0.28%