From c61a9051209b499c0c13f59e90745011d5b3790c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sampo=20Kivist=C3=B6?= Date: Fri, 20 Jan 2017 00:10:14 +0200 Subject: [PATCH] babel-plugin-inferno 1.7.0 --- lib/index.js | 2 +- npm-debug.log | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ package.json | 2 +- 3 files changed, 50 insertions(+), 2 deletions(-) create mode 100644 npm-debug.log diff --git a/lib/index.js b/lib/index.js index 5dc28af..cbca002 100644 --- a/lib/index.js +++ b/lib/index.js @@ -375,7 +375,7 @@ function createVNode(t, astNode) { } } -module.exports = function (options, a,b, c) { +module.exports = function (options) { var t = options.types; return { diff --git a/npm-debug.log b/npm-debug.log new file mode 100644 index 0000000..a0944d0 --- /dev/null +++ b/npm-debug.log @@ -0,0 +1,48 @@ +0 info it worked if it ends with ok +1 verbose cli [ '/home/sk/node/bin/node', +1 verbose cli '/home/sk/node/bin/npm', +1 verbose cli 'run', +1 verbose cli 'lint' ] +2 info using npm@4.0.5 +3 info using node@v7.4.0 +4 verbose run-script [ 'prelint', 'lint', 'postlint' ] +5 info lifecycle babel-plugin-inferno@1.7.0~prelint: babel-plugin-inferno@1.7.0 +6 silly lifecycle babel-plugin-inferno@1.7.0~prelint: no script for prelint, continuing +7 info lifecycle babel-plugin-inferno@1.7.0~lint: babel-plugin-inferno@1.7.0 +8 verbose lifecycle babel-plugin-inferno@1.7.0~lint: unsafe-perm in lifecycle true +9 verbose lifecycle babel-plugin-inferno@1.7.0~lint: PATH: /home/sk/node/lib/node_modules/npm/bin/node-gyp-bin:/media/sk/ssd-data/GIT/babel-plugin-inferno/node_modules/.bin:/home/sk/node/bin:/home/sk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/lib/jvm/java-8-oracle/bin:/usr/lib/jvm/java-8-oracle/db/bin:/usr/lib/jvm/java-8-oracle/jre/bin +10 verbose lifecycle babel-plugin-inferno@1.7.0~lint: CWD: /media/sk/ssd-data/GIT/babel-plugin-inferno +11 silly lifecycle babel-plugin-inferno@1.7.0~lint: Args: [ '-c', 'eslint lib' ] +12 silly lifecycle babel-plugin-inferno@1.7.0~lint: Returned: code: 1 signal: null +13 info lifecycle babel-plugin-inferno@1.7.0~lint: Failed to exec lint script +14 verbose stack Error: babel-plugin-inferno@1.7.0 lint: `eslint lib` +14 verbose stack Exit status 1 +14 verbose stack at EventEmitter. (/home/sk/node/lib/node_modules/npm/lib/utils/lifecycle.js:279:16) +14 verbose stack at emitTwo (events.js:106:13) +14 verbose stack at EventEmitter.emit (events.js:191:7) +14 verbose stack at ChildProcess. (/home/sk/node/lib/node_modules/npm/lib/utils/spawn.js:40:14) +14 verbose stack at emitTwo (events.js:106:13) +14 verbose stack at ChildProcess.emit (events.js:191:7) +14 verbose stack at maybeClose (internal/child_process.js:885:16) +14 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5) +15 verbose pkgid babel-plugin-inferno@1.7.0 +16 verbose cwd /media/sk/ssd-data/GIT/babel-plugin-inferno +17 error Linux 4.4.0-59-generic +18 error argv "/home/sk/node/bin/node" "/home/sk/node/bin/npm" "run" "lint" +19 error node v7.4.0 +20 error npm v4.0.5 +21 error code ELIFECYCLE +22 error babel-plugin-inferno@1.7.0 lint: `eslint lib` +22 error Exit status 1 +23 error Failed at the babel-plugin-inferno@1.7.0 lint script 'eslint lib'. +23 error Make sure you have the latest version of node.js and npm installed. +23 error If you do, this is most likely a problem with the babel-plugin-inferno package, +23 error not with npm itself. +23 error Tell the author that this fails on your system: +23 error eslint lib +23 error You can get information on how to open an issue for this project with: +23 error npm bugs babel-plugin-inferno +23 error Or if that isn't available, you can get their info via: +23 error npm owner ls babel-plugin-inferno +23 error There is likely additional logging output above. +24 verbose exit [ 1, true ] diff --git a/package.json b/package.json index d4fbfe7..a9120ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-inferno", - "version": "1.6.0", + "version": "1.7.0", "description": "Turn JSX into Inferno virtual DOM", "repository": "https://github.com/trueadm/babel-plugin-inferno", "license": "MIT",