Skip to content

Commit 204b521

Browse files
committed
Publish at @olegjs scope
1 parent 216beb3 commit 204b521

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
11
{
2-
"name": "lr-http-server",
2+
"name": "@olegjs/lr-http-server",
33
"version": "1.0.0-beta.1",
44
"description": "An HTTP server with livereload included",
55
"main": "src/index.js",
66
"bin": {
77
"lr-http-server": "bin/lr-http-server",
88
"lrhs": "bin/lr-http-server"
99
},
10-
"scripts": {},
1110
"repository": {
1211
"type": "git",
13-
"url": "git@github.com:digisfera/lr-http-server.git"
12+
"url": "git@github.com:olegjs/lr-http-server.git"
1413
},
1514
"author": "Manuel Cabral (m.cabral@digisfera.pt)",
1615
"license": "MIT",
1716
"bugs": {
18-
"url": "https://github.com/digisfera/lr-http-server/issues"
17+
"url": "https://github.com/olegjs/lr-http-server/issues"
1918
},
2019
"dependencies": {
2120
"commander": "^7.2.0",

0 commit comments

Comments
 (0)