We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2b724e commit a04b8f2Copy full SHA for a04b8f2
1 file changed
package.json
@@ -2,10 +2,16 @@
2
"name": "pkts",
3
"description": "Typescript tools for Pebble",
4
"author": "jccit",
5
- "version": "0.2.0-beta.1",
+ "version": "0.2.0",
6
"type": "module",
7
"license": "MIT",
8
"homepage": "https://github.com/jccit/PebbleKit.ts",
9
+ "keywords": [
10
+ "pebble",
11
+ "typescript",
12
+ "pkts",
13
+ "pkjs"
14
+ ],
15
"scripts": {
16
"build": "rollup -c",
17
"prepare": "npm run build"
0 commit comments