Skip to content

Commit

Permalink
v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dorukgezici committed Jun 23, 2024
1 parent 902f30f commit 5f6fbcd
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 74 deletions.
26 changes: 8 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
{
"name": "astro-decap-cms-oauth",
"version": "0.3.0",
"version": "0.3.1",
"description": "Add Decap CMS’s admin dashboard and a custom OAuth backend to your Astro project",
"keywords": [
"astro-integration",
"astro-component",
"cms",
"decap-cms",
"oauth"
],
"keywords": ["astro-integration", "astro-component", "cms", "decap-cms", "oauth"],
"author": "Doruk Gezici",
"license": "MIT",
"repository": {
Expand All @@ -18,11 +12,7 @@
"bugs": "https://github.com/dorukgezici/astro-decap-cms-oauth/issues",
"homepage": "https://github.com/dorukgezici/astro-decap-cms-oauth",
"type": "module",
"files": [
"dist",
"src",
"README.md"
],
"files": ["dist", "src", "README.md"],
"main": "./dist/astro-decap-cms-oauth.umd.cjs",
"module": "./dist/astro-decap-cms-oauth.js",
"types": "./dist/astro-decap-cms-oauth.d.ts",
Expand All @@ -42,11 +32,11 @@
"prepublishOnly": "pnpm run build"
},
"devDependencies": {
"@types/node": "^20.12.7",
"astro": "^4.6.3",
"typescript": "^5.4.5",
"vite": "^5.2.10",
"vite-plugin-dts": "^3.8.3"
"@types/node": "^20.14.8",
"astro": "^4.11.0",
"typescript": "^5.5.2",
"vite": "^5.3.1",
"vite-plugin-dts": "^3.9.1"
},
"peerDependencies": {
"astro": "^3.0.0 || ^4.0.0"
Expand Down
Loading

0 comments on commit 5f6fbcd

Please sign in to comment.