Skip to content

Commit 9d8b197

Browse files
author
Matthew Tole
committed
Add Diorite support and bump version to 1.2.0
1 parent fe770dd commit 9d8b197

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

package.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smallstoneapps/utils",
3-
"version": "1.1.2",
3+
"version": "1.2.0",
44
"description": "A small collection of C macros that make developing Pebble apps a little simpler.",
55
"main": "include/macros.h",
66
"scripts": {
@@ -19,9 +19,17 @@
1919
"pebble": {
2020
"projectType": "package",
2121
"sdkVersion": "3",
22-
"targetPlatforms": ["aplite", "basalt", "chalk"]
22+
"targetPlatforms": [
23+
"aplite",
24+
"basalt",
25+
"chalk",
26+
"diorite"
27+
]
2328
},
2429
"files": [
2530
"dist.zip"
31+
],
32+
"keywords": [
33+
"pebble-package"
2634
]
2735
}

0 commit comments

Comments
 (0)