Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Dec 1, 2022
1 parent 98e69d2 commit 30f2a6c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions cli/built/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "devicescript-cli",
"version": "0.0.0",
"description": "DeviceScript command line tool",
"bin": "./built/devicescript-cli.cjs",
"files": [
"./built/devicescript-cli.cjs",
"buffer",
"README.md"
],
"license": "MIT",
"devDependencies": {
"@types/fs-extra": "^9.0.13",
"@types/node": "^18.11.9"
},
"dependencies": {
"commander": "^9.4.1",
"fs-extra": "^10.1.0",
"devicescript-compiler": "0.0.0"
}
}
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "devicescript-cli",
"version": "0.0.0",
"version": "1.0.0",
"description": "DeviceScript command line tool",
"bin": "./built/devicescript-cli.cjs",
"files": [
Expand Down

0 comments on commit 30f2a6c

Please sign in to comment.