@squawk/units
Advanced tools
+6
-5
| { | ||
| "name": "@squawk/units", | ||
| "version": "0.4.0", | ||
| "version": "0.4.1", | ||
| "type": "module", | ||
@@ -12,3 +12,3 @@ "description": "Aviation-aware unit conversion and formatting utilities", | ||
| "url": "git+https://github.com/neilcochran/squawk.git", | ||
| "directory": "packages/units" | ||
| "directory": "packages/libs/units" | ||
| }, | ||
@@ -23,4 +23,4 @@ "engines": { | ||
| ".": { | ||
| "import": "./dist/index.js", | ||
| "types": "./dist/index.d.ts" | ||
| "types": "./dist/index.d.ts", | ||
| "import": "./dist/index.js" | ||
| } | ||
@@ -36,3 +36,4 @@ }, | ||
| "test": "node --test 'dist/**/*.spec.js'", | ||
| "lint": "tsc --noEmit && eslint src" | ||
| "lint": "tsc --noEmit && eslint src", | ||
| "lint:pack": "publint && attw --pack . --profile esm-only" | ||
| }, | ||
@@ -39,0 +40,0 @@ "keywords": [ |
92860
0.07%