Skip to content

Commit

Permalink
Added babel runtime as a dependency #20
Browse files Browse the repository at this point in the history
  • Loading branch information
Irrelon committed Mar 17, 2020
1 parent b5b067f commit cd4c385
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 2 additions & 4 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "node-blinkt",
"author": "Rob Evans - Irrelon Software Limited",
"description": "A Node.js Library to Interact With the Raspberry Pi Blinkt! LED Hat.",
"version": "1.2.0",
"version": "1.2.1",
"main": "./dist/Blinkt",
"scripts": {
"test": "node example",
Expand All @@ -17,6 +17,7 @@
],
"private": false,
"dependencies": {
"@babel/runtime": "^7.8.7",
"node-wiring-pi": "0.0.5"
},
"engines": {
Expand Down

0 comments on commit cd4c385

Please sign in to comment.