We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe770dd commit 9d8b197Copy full SHA for 9d8b197
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@smallstoneapps/utils",
3
- "version": "1.1.2",
+ "version": "1.2.0",
4
"description": "A small collection of C macros that make developing Pebble apps a little simpler.",
5
"main": "include/macros.h",
6
"scripts": {
@@ -19,9 +19,17 @@
19
"pebble": {
20
"projectType": "package",
21
"sdkVersion": "3",
22
- "targetPlatforms": ["aplite", "basalt", "chalk"]
+ "targetPlatforms": [
23
+ "aplite",
24
+ "basalt",
25
+ "chalk",
26
+ "diorite"
27
+ ]
28
},
29
"files": [
30
"dist.zip"
31
+ ],
32
+ "keywords": [
33
+ "pebble-package"
34
]
35
}
0 commit comments