Skip to content

Commit

Permalink
dev (#31)
Browse files Browse the repository at this point in the history
* removing lock file

* change log update

* jampack updated to 0.20.2

* changed flightdeck/components/readme.md to __info.md

* changed flightdeck/components/readme.md to __info.md

* includes info about the components
  • Loading branch information
edheltzel authored Sep 15, 2023
1 parent d9bbc4c commit f28c2e0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@ All notable changes to Flightdeck for 11ty will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.2.8] - 2023-09-09
## [0.2.8] - 2023-09-15

### Changed
- Readme update - covers [Bun](https://www.bun.sh) usage as package manager
- `purge` script with now remove `bun.lockb`
- `preview` script uses bunx in place of `npx`
- `jampack` updated to `v0.20.2`

### Removes
- lock files are not apart of the initial project.
- pnpm-lock.yaml gone with a fresh install using bun

## [0.2.7] - 2023-08-24
Expand Down
File renamed without changes.
Binary file removed bun.lockb
Binary file not shown.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@biomejs/biome": "^1.1.2",
"@divriots/jampack": "^0.15.0",
"@biomejs/biome": "^1.2.0",
"@divriots/jampack": "^0.20.2",
"browserlist": "^1.0.1",
"cross-env": "^7.0.3",
"eleventy-plugin-embed-everything": "^1.16.0",
"esbuild": "^0.19.2",
"esbuild-sass-plugin": "^2.14.0",
"esbuild": "^0.19.3",
"esbuild-sass-plugin": "^2.15.0",
"markdown-it": "^13.0.1",
"markdown-it-attrs": "^4.1.6",
"npm-run-all": "^4.1.5",
"sass": "^1.66.1"
"sass": "^1.67.0"
},
"browserslist": "> 0.5%, last 2 versions, not dead",
"description": "An opinionated Jamstack starter project for Eleventy.",
Expand Down

0 comments on commit f28c2e0

Please sign in to comment.