Skip to content
This repository was archived by the owner on Oct 26, 2021. It is now read-only.

Commit ea515fb

Browse files
author
Ludwig Richter
committed
Preparations for publishing on NPM
1 parent ac7e873 commit ea515fb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "template-module",
2+
"name": "@server-state/linux-raid-module",
33
"version": "0.1.0",
44
"description": "A module to view the current active raids based on /proc/mdstat generated by the linux-raid kernel module",
55
"main": "index.js",
@@ -10,14 +10,14 @@
1010
},
1111
"repository": {
1212
"type": "git",
13-
"url": "git+https://github.com/server-state/template-module.git"
13+
"url": "git+https://github.com/server-state/linux-raid-module.git"
1414
},
1515
"author": "server-state",
1616
"license": "MIT",
1717
"bugs": {
18-
"url": "https://github.com/server-state/template-module/issues"
18+
"url": "https://github.com/server-state/linux-raid-module/issues"
1919
},
20-
"homepage": "https://github.com/server-state/template-module#readme",
20+
"homepage": "https://github.com/server-state/linux-raid-module#readme",
2121
"devDependencies": {
2222
"eslint": "^6.3.0",
2323
"jest": "^24.9.0",

0 commit comments

Comments
 (0)