Skip to content

Commit

Permalink
chore: update package infor
Browse files Browse the repository at this point in the history
  • Loading branch information
2wce committed Aug 15, 2024
1 parent 08297a8 commit 5c9897c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/early-tips-warn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"speaking-url-ts": minor
---

chore: update package info
18 changes: 16 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,24 @@
{
"name": "speaking-url-ts",
"version": "0.1.0",
"description": "An opinionated TS Lib Starter",
"description": "Generate a slug – transliteration with a lot of options",
"author": {
"name": "Kudakwashe Mupeni",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/2wce/speaking-url-ts"
},
"engines": {
"node": ">=20.0.0"
},
"keywords": [
"transliteration",
"slug",
"url",
"speaking-url"
],
"license": "MIT",
"private": false,
"source": "./src/index.ts",
Expand All @@ -20,7 +33,8 @@
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs",
"types": "./dist/types.d.ts"
"default": "./dist/index.cjs",
"types": "./dist/index.d.ts"
}
},
"scripts": {
Expand Down

0 comments on commit 5c9897c

Please sign in to comment.