Skip to content

Commit

Permalink
add missing command
Browse files Browse the repository at this point in the history
  • Loading branch information
Zehir committed Jun 24, 2024
1 parent 100f655 commit 14a5241
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/clean-tigers-drum.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"node-red-contrib-eesmart-d2l": patch
---

Update readme
13 changes: 8 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-red-contrib-eesmart-d2l",
"version": "1.0.1",
"version": "1.0.0",
"description": "Converts the data sent by the D2L into readable data.",
"keywords": [
"node-red",
Expand All @@ -15,16 +15,19 @@
"bugs": {
"url": "https://github.com/Zehir/node-red-contrib-eesmart-d2l/issues"
},
"node-red": {
"nodes": {
"eesmart-d2l": "eesmart-d2l.js"
}
"scripts": {
"release": "changeset publish"
},
"packageManager": "[email protected]",
"dependencies": {
"eesmart-d2l": "^1.0.3"
},
"devDependencies": {
"@changesets/cli": "^2.27.6"
},
"node-red": {
"nodes": {
"eesmart-d2l": "eesmart-d2l.js"
}
}
}

0 comments on commit 14a5241

Please sign in to comment.