Skip to content

Commit 2d325d9

Browse files
bump version to 2.1.4 in package.json; update homepage URL and remove unused file from files list
1 parent da9ef19 commit 2d325d9

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "webdev-power-kit",
3-
"version": "2.1.3",
3+
"version": "2.1.4",
44
"description": "A powerful toolkit that simplifies access to browser features like clipboard, notifications, battery, vibration, and more — perfect for modern web developers.",
55
"keywords": ["webdev","browser-api","clipboard","battery","notification","vibration","developer-tools","frontend", "html5-api","javascript","typescript","web-utilities","productivity"],
6-
"homepage": "https://github.com/dev-aditya-lab/webdev-power-kit#readme",
6+
"homepage": "https://webdev-power-kit.hashnode.space/docs/introduction",
77
"bugs": {
88
"url": "https://github.com/dev-aditya-lab/webdev-power-kit/issues"
99
},
@@ -29,12 +29,9 @@
2929
"files": [
3030
"dist",
3131
"README.md",
32-
"webdev logo long.png",
3332
"LICENSE"
3433
],
3534
"scripts": {
36-
"start": "echo 'Use test/index.html to run in browser.'",
37-
"test": "node ./test/testScript.js",
3835
"build": "tsc"
3936
},
4037
"engines": {

0 commit comments

Comments
 (0)