Skip to content

Commit 7f71173

Browse files
authored
Set the package name and properties to the fork
1 parent 67dda6f commit 7f71173

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": "@smallstoneapps/utils",
2+
"name": "@rebble/sdk-c-utils",
33
"version": "1.2.2",
44
"description": "A small collection of C macros that make developing Pebble apps a little simpler.",
55
"main": "include/macros.h",
@@ -8,14 +8,14 @@
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/smallstoneapps/utils.git"
11+
"url": "git+https://github.com/pebble-dev/sdk-c-utils.git"
1212
},
1313
"author": "Matthew Tole <[email protected]>",
1414
"license": "MIT",
1515
"bugs": {
16-
"url": "https://github.com/smallstoneapps/utils/issues"
16+
"url": "https://github.com/pebble-dev/sdk-c-utils/issues"
1717
},
18-
"homepage": "https://github.com/smallstoneapps/utils#readme",
18+
"homepage": "https://github.com/pebble-dev/sdk-c-utils#readme",
1919
"pebble": {
2020
"projectType": "package",
2121
"sdkVersion": "3",

0 commit comments

Comments
 (0)