@nxtedition/common
Advanced tools
+3
-4
| { | ||
| "name": "@nxtedition/common", | ||
| "version": "1.0.1", | ||
| "version": "1.0.2", | ||
| "type": "module", | ||
@@ -18,3 +18,3 @@ "main": "lib/index.js", | ||
| "scripts": { | ||
| "build": "rimraf lib && tsc", | ||
| "build": "rimraf lib && tsc -p tsconfig.build.json", | ||
| "prepublishOnly": "yarn build", | ||
@@ -28,4 +28,3 @@ "typecheck": "tsc --noEmit", | ||
| "typescript": "^5.9.3" | ||
| }, | ||
| "gitHead": "adfca68bef0a78441d030ee4d23afcfd497c878a" | ||
| } | ||
| } |
9720
-0.35%