From e20a061f67cda0022c0801f6cdb89815689b8fd0 Mon Sep 17 00:00:00 2001 From: Garrett Grimm Date: Mon, 11 May 2020 19:52:07 -0700 Subject: [PATCH] Update some packages. --- package.json | 6 ++---- postinstall.js | 1 + 2 files changed, 3 insertions(+), 4 deletions(-) create mode 100644 postinstall.js diff --git a/package.json b/package.json index 311f9f3..c3b9e3d 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "@babel/plugin-transform-destructuring": "^7.9.5", "@babel/preset-env": "^7.9.6", "@rollup/plugin-babel": "^5.0.0", - "eslint": "^5.16.0", + "eslint": "^7.0.0", "eslint-config-standard": "^12.0.0", "eslint-plugin-import": "^2.20.2", "eslint-plugin-node": "^9.2.0", @@ -20,10 +20,8 @@ "jsdoc": "^3.6.4", "minami": "^1.1.1", "mocha": "^6.2.3", - "nyc": "^14.1.1", + "nyc": "^15.0.1", "rollup": "^2.9.0", - "rollup-plugin-babel": "^4.4.0", - "uglify-js": "^2.7.3", "watch": "^1.0.2" }, "directories": { diff --git a/postinstall.js b/postinstall.js new file mode 100644 index 0000000..5e60fc2 --- /dev/null +++ b/postinstall.js @@ -0,0 +1 @@ +console.log('\x1b[36m%s\x1b[0m', "Please give MidiWriterJS a ⭐ on GitHub if you found useful, thx!"); \ No newline at end of file