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 d759019 commit f601f5b
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
{
"name": "devicescript-compiler",
"version": "0.0.0",
"version": "1.0.0",
"description": "DeviceScript Compiler",
"keywords": ["devicescript", "jacdac", "iot", "embedded"],
"keywords": [
"devicescript",
"jacdac",
"iot",
"embedded"
],
"author": "Microsoft",
"main": "./built/devicescript-compiler.node.cjs",
"module": "./built/devicescript-compiler.js",
Expand All @@ -20,6 +25,5 @@
"@types/fs-extra": "^9.0.13",
"@types/node": "^18.11.9"
},
"dependencies": {
}
"dependencies": {}
}

0 comments on commit f601f5b

Please sign in to comment.