Skip to content

Commit fe770dd

Browse files
author
Matthew Tole
committed
Add missing field to package.json
1 parent 4c531e2 commit fe770dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smallstoneapps/utils",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "A small collection of C macros that make developing Pebble apps a little simpler.",
55
"main": "include/macros.h",
66
"scripts": {
@@ -17,6 +17,7 @@
1717
},
1818
"homepage": "https://github.com/smallstoneapps/utils#readme",
1919
"pebble": {
20+
"projectType": "package",
2021
"sdkVersion": "3",
2122
"targetPlatforms": ["aplite", "basalt", "chalk"]
2223
},

0 commit comments

Comments
 (0)