Skip to content
This repository was archived by the owner on Dec 8, 2025. It is now read-only.

Commit f601f5b

Browse files
chore(release): 1.0.0 [skip ci]
1 parent d759019 commit f601f5b

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

compiler/package.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
{
22
"name": "devicescript-compiler",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "DeviceScript Compiler",
5-
"keywords": ["devicescript", "jacdac", "iot", "embedded"],
5+
"keywords": [
6+
"devicescript",
7+
"jacdac",
8+
"iot",
9+
"embedded"
10+
],
611
"author": "Microsoft",
712
"main": "./built/devicescript-compiler.node.cjs",
813
"module": "./built/devicescript-compiler.js",
@@ -20,6 +25,5 @@
2025
"@types/fs-extra": "^9.0.13",
2126
"@types/node": "^18.11.9"
2227
},
23-
"dependencies": {
24-
}
28+
"dependencies": {}
2529
}

0 commit comments

Comments
 (0)