@layerstack/utils
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -7,15 +7,3 @@ { | ||
"repository": "techniq/layerstack", | ||
"version": "0.0.1", | ||
"scripts": { | ||
"dev": "rimraf dist && tsc -p tsconfig.build.json --watch", | ||
"build": "rimraf dist && tsc -p tsconfig.build.json", | ||
"preview": "vite preview", | ||
"package": "svelte-package", | ||
"prepublishOnly": "svelte-package", | ||
"check": "svelte-check --tsconfig ./tsconfig.json", | ||
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch", | ||
"test:unit": "TZ=UTC+4 vitest", | ||
"lint": "prettier --check .", | ||
"format": "prettier --write ." | ||
}, | ||
"version": "0.0.2", | ||
"devDependencies": { | ||
@@ -51,3 +39,14 @@ "@sveltejs/package": "^2.3.2", | ||
"dist" | ||
] | ||
} | ||
], | ||
"scripts": { | ||
"dev": "rimraf dist && tsc -p tsconfig.build.json --watch", | ||
"build": "rimraf dist && tsc -p tsconfig.build.json", | ||
"preview": "vite preview", | ||
"package": "svelte-package", | ||
"check": "svelte-check --tsconfig ./tsconfig.json", | ||
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch", | ||
"test:unit": "TZ=UTC+4 vitest", | ||
"lint": "prettier --check .", | ||
"format": "prettier --write ." | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
235997