Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
trond-snekvik committed Jun 4, 2020
1 parent af6061e commit 156796d
Show file tree
Hide file tree
Showing 2 changed files with 355 additions and 2 deletions.
353 changes: 353 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
"name": "devicetree",
"displayName": "devicetree",
"description": "Code completion, syntax highlighting and linting of DeviceTree configurations",
"version": "1.1.0",
"version": "1.1.1",
"publisher": "trond-snekvik",
"engines": {
"vscode": "^1.43.0"
},
"license": "MIT",
"categories": [
"Other"
],
Expand Down Expand Up @@ -71,7 +72,6 @@
"scripts": {
"vscode:prepublish": "tsc -p ./",
"compile": "tsc -watch -p ./",
"postinstall": "node ./node_modules/vscode/bin/install",
"test": "node ./node_modules/vscode/bin/test"
},
"devDependencies": {
Expand Down

0 comments on commit 156796d

Please sign in to comment.