Skip to content

Commit aeacb4e

Browse files
authored
Merge pull request #1 from diomidov/main
Add Flint support
2 parents 5c9ad7c + 20fbc21 commit aeacb4e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smallstoneapps/utils",
3-
"version": "1.2.1",
3+
"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",
66
"scripts": {
@@ -24,7 +24,8 @@
2424
"basalt",
2525
"chalk",
2626
"diorite",
27-
"emery"
27+
"emery",
28+
"flint"
2829
]
2930
},
3031
"files": [

0 commit comments

Comments
 (0)