Skip to content

Commit 4194329

Browse files
committed
rename package name to @robotlegsjs/signalcommandmap and downgrade package version to 0.0.1
1 parent a81a833 commit 4194329

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "robotlegs-signalcommandmap",
3-
"version": "1.0.1",
2+
"name": "@robotlegsjs/signalcommandmap",
3+
"version": "0.0.1",
44
"description": "TypeScript port of Robotlegs Extensions SignalCommandMap",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",
@@ -14,7 +14,7 @@
1414
},
1515
"repository": {
1616
"type": "git",
17-
"url": "https://github.com/GoodgameStudios/RobotlegsJS-SignalCommandMap.git"
17+
"url": "git@github.com:RobotlegsJS/RobotlegsJS-SignalCommandMap.git"
1818
},
1919
"publishConfig": {
2020
"registry": "https://registry.npmjs.org"
@@ -24,16 +24,16 @@
2424
"Robotlegs",
2525
"IoC"
2626
],
27-
"author": "Goodgame Studios",
27+
"author": "RobotlegsJS",
2828
"contributors": [
2929
"Endel Dreyer <[email protected]>",
30-
"Tiago Schenkel <tiago.tche@gmail.com>"
30+
"Tiago Schenkel <tiago.schenkel@gmail.com>"
3131
],
3232
"license": "MIT",
3333
"bugs": {
34-
"url": "https://github.com/GoodgameStudios/RobotlegsJS-SignalCommandMap/issues"
34+
"url": "https://github.com/RobotlegsJS/RobotlegsJS-SignalCommandMap/issues"
3535
},
36-
"homepage": "https://github.com/GoodgameStudios/RobotlegsJS-SignalCommandMap#readme",
36+
"homepage": "https://github.com/RobotlegsJS/RobotlegsJS-SignalCommandMap#readme",
3737
"dependencies": {
3838
"robotlegs": "^1.0.1",
3939
"signals.js": "^1.0.2"

0 commit comments

Comments
 (0)