Skip to content

Commit

Permalink
Fix source setup & Publish v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
7PH committed Jan 18, 2024
1 parent adafcb4 commit 871d7dd
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 7 deletions.
15 changes: 13 additions & 2 deletions package-lock.json

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

13 changes: 8 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "beautify-url",
"version": "0.1.0",
"version": "0.1.1",
"description": "Opinionated library that transforms your URLs into shorter, more aesthetic forms without compromising their functionality or security",
"type": "module",
"main": "./lib/src/index.js",
"types": "./lib/src/index.d.ts",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"files": [
"/lib/src",
"/lib",
"/dist"
],
"scripts": {
Expand Down Expand Up @@ -40,5 +40,8 @@
"limit": "0.3 kB",
"path": "dist/beautify-url.min.js"
}
]
],
"dependencies": {
"beautify-url": "^0.1.1"
}
}

0 comments on commit 871d7dd

Please sign in to comment.