Skip to content

Commit

Permalink
Update to node 12 (currently requires manual clone of https://github.…
Browse files Browse the repository at this point in the history
  • Loading branch information
stheine committed Jan 1, 2020
1 parent c4de8ba commit eca8a19
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node-lame/
node_modules/
package-lock.json
.*.swp
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,35 +10,35 @@
"author": "",
"license": "ISC",
"dependencies": {
"check-types": "11.0.0",
"async-mqtt": "^2.4.2",
"check-types": "11.1.1",
"cron": "1.7.2",
"dank-do-while": "0.1.2",
"delay": "4.3.0",
"eventemitter2": "5.0.1",
"eventemitter2": "6.0.0",
"fs-extra": "8.1.0",
"hyperquest": "2.1.3",
"input-event": "1.2.6",
"lame": "1.2.4",
"lame": "file:./node-lame",
"lodash": "4.17.15",
"millisecond": "0.1.2",
"moment": "2.24.0",
"node-cron": "2.0.3",
"ogg": "1.2.6",
"oled-font-5x7": "1.0.3",
"pcm-volume": "1.0.0",
"request": "2.88.0",
"request-promise-native": "1.0.8",
"request-stream": "1.2.2",
"rpio": "1.3.0",
"sh1106-js": "0.0.1",
"speaker": "0.5.0",
"speaker": "0.5.1",
"xml-js": "1.6.11"
},
"devDependencies": {
"assertthat": "4.0.2",
"eslint": "6.5.1",
"eslint-config-es": "3.15.0",
"eslint": "6.8.0",
"eslint-config-es": "3.19.8",
"eslint-plugin-json": "1.4.0",
"mocha": "6.2.01"
"mocha": "6.2.2"
}
}

0 comments on commit eca8a19

Please sign in to comment.