Skip to content

Commit

Permalink
Merge pull request #2 from jozan/release-please--branches--main--comp…
Browse files Browse the repository at this point in the history
…onents--tailwind
  • Loading branch information
jozan authored Apr 27, 2024
2 parents 7bfff60 + 2940d01 commit 4b69bb5
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [0.1.0](https://github.com/jozan/tailwind/compare/v0.0.1...v0.1.0) (2024-04-27)


### Features

* add ligatures plugin ([7bfff60](https://github.com/jozan/tailwind/commit/7bfff6019c5fc1a63c11953c958622f9f56a2228))
14 changes: 11 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@latehours/tailwind",
"version": "0.0.1",
"version": "0.1.0",
"description": "collection of tailwind plugins",
"license": "MIT",
"homepage": "https://github.com/jozan/tailwind#readme",
Expand All @@ -11,7 +11,11 @@
"bugs": {
"url": "https://github.com/jozan/tailwind/issues"
},
"keywords": ["tailwind", "tailwind plugin", "ligatures"],
"keywords": [
"tailwind",
"tailwind plugin",
"ligatures"
],
"author": "jozan <[email protected]>",
"sideEffects": false,
"type": "module",
Expand All @@ -22,7 +26,11 @@
"default": "./dist/esm/ligatures.js"
}
},
"files": ["./dist/**/*.js", "./dist/**/*.d.ts", "./dist/**/*.map"],
"files": [
"./dist/**/*.js",
"./dist/**/*.d.ts",
"./dist/**/*.map"
],
"devDependencies": {
"@biomejs/biome": "1.7.1",
"@types/bun": "latest",
Expand Down

0 comments on commit 4b69bb5

Please sign in to comment.