Skip to content

Commit

Permalink
upgrade alpha.5
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Oct 14, 2023
1 parent 2c12daa commit c567962
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 328 deletions.
138 changes: 21 additions & 117 deletions package-lock.json

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

10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,15 @@
"dev": "node --experimental-loader ./node_modules/@greenwood/cli/src/loader.js ./node_modules/.bin/greenwood develop",
"build": "node --experimental-loader ./node_modules/@greenwood/cli/src/loader.js ./node_modules/.bin/greenwood build",
"serve": "npm run clean && npm run build && node --experimental-loader ./node_modules/@greenwood/cli/src/loader.js ./node_modules/.bin/greenwood serve",
"start": "npm run serve",
"postinstall": "patch-package"
"start": "npm run serve"
},
"dependencies": {
"htmx.org": "^1.9.4"
},
"devDependencies": {
"@greenwood/cli": "~0.29.0-alpha.4",
"@greenwood/plugin-adapter-vercel": "~0.29.0-alpha.4",
"@greenwood/plugin-import-css": "~0.29.0-alpha.4",
"patch-package": "^8.0.0",
"@greenwood/cli": "~0.29.0-alpha.5",
"@greenwood/plugin-adapter-vercel": "~0.29.0-alpha.5",
"@greenwood/plugin-import-css": "~0.29.0-alpha.5",
"rimraf": "^5.0.1"
}
}
145 changes: 0 additions & 145 deletions patches/@greenwood+cli+0.29.0-alpha.4.patch

This file was deleted.

Loading

0 comments on commit c567962

Please sign in to comment.