Skip to content

Commit

Permalink
babel-plugin-inferno 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Havunen committed Jan 19, 2017
1 parent b6f574b commit c61a905
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ function createVNode(t, astNode) {
}
}

module.exports = function (options, a,b, c) {
module.exports = function (options) {
var t = options.types;

return {
Expand Down
48 changes: 48 additions & 0 deletions npm-debug.log
Original file line number Diff line number Diff line change
@@ -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 [email protected]
3 info using [email protected]
4 verbose run-script [ 'prelint', 'lint', 'postlint' ]
5 info lifecycle [email protected]~prelint: [email protected]
6 silly lifecycle [email protected]~prelint: no script for prelint, continuing
7 info lifecycle [email protected]~lint: [email protected]
8 verbose lifecycle [email protected]~lint: unsafe-perm in lifecycle true
9 verbose lifecycle [email protected]~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 [email protected]~lint: CWD: /media/sk/ssd-data/GIT/babel-plugin-inferno
11 silly lifecycle [email protected]~lint: Args: [ '-c', 'eslint lib' ]
12 silly lifecycle [email protected]~lint: Returned: code: 1 signal: null
13 info lifecycle [email protected]~lint: Failed to exec lint script
14 verbose stack Error: [email protected] lint: `eslint lib`
14 verbose stack Exit status 1
14 verbose stack at EventEmitter.<anonymous> (/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.<anonymous> (/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 [email protected]
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 [email protected] lint: `eslint lib`
22 error Exit status 1
23 error Failed at the [email protected] 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 ]
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit c61a905

Please sign in to comment.