Skip to content

Commit df25e1d

Browse files
committed
fix(package.json): Remote repo URL was corrected
1 parent bd7543a commit df25e1d

File tree

2 files changed

+52
-20
lines changed

2 files changed

+52
-20
lines changed

package-lock.json

Lines changed: 48 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simplatic-http-server",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "A very light-weight and very simple static HTTP server based on node's built-in http module",
55
"main": "dist/main.umd.js",
66
"bin": {
@@ -47,7 +47,7 @@
4747
},
4848
"repository": {
4949
"type": "git",
50-
"url": "https://github.com/mirismaili/text-wrapper.git"
50+
"url": "https://github.com/mirismaili/simplatic-http-server.git"
5151
},
5252
"keywords": [
5353
"simple-static-http-server",
@@ -61,12 +61,12 @@
6161
"server",
6262
"http",
6363
"promise",
64-
"dev4dev"
64+
"library"
6565
],
6666
"author": "S. M. Mir-Ismaili <[email protected]>",
6767
"license": "MIT",
6868
"bugs": {
69-
"url": "https://github.com/mirismaili/text-wrapper/issues"
69+
"url": "https://github.com/mirismaili/simplatic-http-server/issues"
7070
},
7171
"prettier": {
7272
"semi": false,

0 commit comments

Comments
 (0)