Skip to content

Commit

Permalink
migrating to a pnpm workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
jcayzac committed Aug 17, 2024
1 parent 0bc4b24 commit dc5347e
Show file tree
Hide file tree
Showing 9 changed files with 104 additions and 58 deletions.
10 changes: 0 additions & 10 deletions astro-build-cache/deno.jsonc

This file was deleted.

48 changes: 0 additions & 48 deletions astro-build-cache/deno.lock

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
49 changes: 49 additions & 0 deletions packages/astro-build-cache/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"name": "@jcayzac/astro-build-cache",
"type": "module",
"version": "0.1.4",
"description": "Persistent build cache for artifacts you generate during an SSG Astro build (social images, etc).",
"author": "Julien Cayzac",
"license": "MIT",
"funding": "https://github.com/sponsors/jcayzac",
"homepage": "https://github.com/jcayzac/copepod-modules/tree/main/astro-classlist#readme",
"repository": {
"type": "git",
"url": "github:jcayzac/copepod-modules",
"directory": "packages/astro-classlist"
},
"bugs": "https://github.com/jcayzac/copepod-modules/issues",
"keywords": [
"astro",
"cache",
"build",
"static",
"SSG"
],
"sideEffects": false,
"publishConfig": {
"access": "public",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs"
}
},
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts"
},
"main": "./src/index.ts",
"files": [
"dist"
],
"scripts": {
"build": "unbuild --minify --sourcemap",
"prepublishOnly": "npm run build",
"lint": "eslint .",
"check": "tsc --noEmit"
},
"dependencies": {
"@deno/kv": "^0.8.1",
"@jcayzac/utils-digest": "workspace:^"
}
}
File renamed without changes.
File renamed without changes.
55 changes: 55 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dc5347e

Please sign in to comment.