Skip to content

Commit

Permalink
Bump version to 1.8.5; Resolve babel and npm warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
dhleong committed May 10, 2019
1 parent ef05aff commit 5f9f894
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 17 deletions.
19 changes: 10 additions & 9 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
const presets = [
[
"@babel/env",
{
targets: {
node: "6",
},
useBuiltIns: "usage",
},
],
[
'@babel/env',
{
targets: {
node: '6',
},
useBuiltIns: 'usage',
corejs: 3,
},
],
];

module.exports = { presets };
19 changes: 13 additions & 6 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ps4-waker",
"description": "Wake your PS4 over LAN (and more!) with help from the Playstation App",
"version": "1.8.4",
"version": "1.8.5",
"author": "Daniel Leong",
"license": "MIT",
"main": "index.js",
Expand All @@ -10,7 +10,7 @@
"check": "npm run lint && npm run build && npm run test",
"dev": "babel lib -d dist -w",
"lint": "eslint lib",
"prepublish": "npm run build",
"prepare": "npm run build",
"test": "mocha --require @babel/register test test/**"
},
"repository": {
Expand All @@ -36,6 +36,7 @@
"homepage": "https://github.com/dhleong/ps4-waker",
"dependencies": {
"@babel/polyfill": "^7.0.0",
"core-js": "^3.0.1",
"debug": "^4.1.0",
"minimist": "^1.2.0",
"node-rsa": "^0.4.2"
Expand Down

0 comments on commit 5f9f894

Please sign in to comment.