Skip to content

Commit c61a905

Browse files
committed
babel-plugin-inferno 1.7.0
1 parent b6f574b commit c61a905

File tree

3 files changed

+50
-2
lines changed

3 files changed

+50
-2
lines changed

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ function createVNode(t, astNode) {
375375
}
376376
}
377377

378-
module.exports = function (options, a,b, c) {
378+
module.exports = function (options) {
379379
var t = options.types;
380380

381381
return {

npm-debug.log

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
0 info it worked if it ends with ok
2+
1 verbose cli [ '/home/sk/node/bin/node',
3+
1 verbose cli '/home/sk/node/bin/npm',
4+
1 verbose cli 'run',
5+
1 verbose cli 'lint' ]
6+
2 info using [email protected]
7+
3 info using [email protected]
8+
4 verbose run-script [ 'prelint', 'lint', 'postlint' ]
9+
5 info lifecycle [email protected]~prelint: [email protected]
10+
6 silly lifecycle [email protected]~prelint: no script for prelint, continuing
11+
7 info lifecycle [email protected]~lint: [email protected]
12+
8 verbose lifecycle [email protected]~lint: unsafe-perm in lifecycle true
13+
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
14+
10 verbose lifecycle [email protected]~lint: CWD: /media/sk/ssd-data/GIT/babel-plugin-inferno
15+
11 silly lifecycle [email protected]~lint: Args: [ '-c', 'eslint lib' ]
16+
12 silly lifecycle [email protected]~lint: Returned: code: 1 signal: null
17+
13 info lifecycle [email protected]~lint: Failed to exec lint script
18+
14 verbose stack Error: [email protected] lint: `eslint lib`
19+
14 verbose stack Exit status 1
20+
14 verbose stack at EventEmitter.<anonymous> (/home/sk/node/lib/node_modules/npm/lib/utils/lifecycle.js:279:16)
21+
14 verbose stack at emitTwo (events.js:106:13)
22+
14 verbose stack at EventEmitter.emit (events.js:191:7)
23+
14 verbose stack at ChildProcess.<anonymous> (/home/sk/node/lib/node_modules/npm/lib/utils/spawn.js:40:14)
24+
14 verbose stack at emitTwo (events.js:106:13)
25+
14 verbose stack at ChildProcess.emit (events.js:191:7)
26+
14 verbose stack at maybeClose (internal/child_process.js:885:16)
27+
14 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)
28+
15 verbose pkgid [email protected]
29+
16 verbose cwd /media/sk/ssd-data/GIT/babel-plugin-inferno
30+
17 error Linux 4.4.0-59-generic
31+
18 error argv "/home/sk/node/bin/node" "/home/sk/node/bin/npm" "run" "lint"
32+
19 error node v7.4.0
33+
20 error npm v4.0.5
34+
21 error code ELIFECYCLE
35+
22 error [email protected] lint: `eslint lib`
36+
22 error Exit status 1
37+
23 error Failed at the [email protected] lint script 'eslint lib'.
38+
23 error Make sure you have the latest version of node.js and npm installed.
39+
23 error If you do, this is most likely a problem with the babel-plugin-inferno package,
40+
23 error not with npm itself.
41+
23 error Tell the author that this fails on your system:
42+
23 error eslint lib
43+
23 error You can get information on how to open an issue for this project with:
44+
23 error npm bugs babel-plugin-inferno
45+
23 error Or if that isn't available, you can get their info via:
46+
23 error npm owner ls babel-plugin-inferno
47+
23 error There is likely additional logging output above.
48+
24 verbose exit [ 1, true ]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-inferno",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
44
"description": "Turn JSX into Inferno virtual DOM",
55
"repository": "https://github.com/trueadm/babel-plugin-inferno",
66
"license": "MIT",

0 commit comments

Comments
 (0)