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

Commit 3a8d0d1

Browse files
chore(release): 1.0.1 [skip ci]
1 parent f601f5b commit 3a8d0d1

File tree

3 files changed

+35
-3
lines changed

3 files changed

+35
-3
lines changed

cli/built/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{
22
"name": "devicescript-cli",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "DeviceScript command line tool",
5+
"keywords": ["devicescript", "jacdac", "iot", "embedded"],
6+
"author": "Microsoft",
57
"bin": "./built/devicescript-cli.cjs",
68
"files": [
79
"./built/devicescript-cli.cjs",

cli/node_modules/devicescript-compiler/package.json

Lines changed: 25 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
{
22
"name": "devicescript-cli",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "DeviceScript command line tool",
5-
"keywords": ["devicescript", "jacdac", "iot", "embedded"],
5+
"keywords": [
6+
"devicescript",
7+
"jacdac",
8+
"iot",
9+
"embedded"
10+
],
611
"author": "Microsoft",
712
"bin": "./built/devicescript-cli.cjs",
813
"files": [

0 commit comments

Comments
 (0)