File tree Expand file tree Collapse file tree 2 files changed +23
-11
lines changed Expand file tree Collapse file tree 2 files changed +23
-11
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " objective-c-parser" ,
3
3
"version" : " 1.1.1" ,
4
- "description" :
5
- " Get an objective-c header file and translate it to equivalent javascript calls" ,
4
+ "description" : " Get an objective-c header file and translate it to equivalent javascript calls" ,
6
5
"license" : " MIT" ,
7
6
"repository" : " danielmschmidt/objective-c-parser" ,
8
7
"scripts" : {
11
10
"fmt" : " prettier --write **/*.{js,json,css}"
12
11
},
13
12
"lint-staged" : {
14
- "*.{js,json,css}" : [" prettier --write" , " git add" ]
13
+ "*.{js,json,css}" : [
14
+ " prettier --write" ,
15
+ " git add"
16
+ ]
15
17
},
16
18
"author" : {
17
19
"name" : " Daniel Schmidt" ,
32
34
}
33
35
}
34
36
},
35
- "files" : [" index.js" , " README.md" ],
36
- "keywords" : [" objective-c" , " parser" ],
37
+ "files" : [
38
+ " index.js" ,
39
+ " README.md"
40
+ ],
41
+ "keywords" : [
42
+ " objective-c" ,
43
+ " parser"
44
+ ],
37
45
"devDependencies" : {
38
46
"coveralls" : " ^3.0.0" ,
39
47
"husky" : " 0.14.3" ,
40
48
"jest" : " ^21.2.1" ,
41
- "lint-staged" : " 4.2.3 " ,
49
+ "lint-staged" : " 4.3.0 " ,
42
50
"nyc" : " ^11.2.1" ,
43
51
"prettier" : " 1.7.4"
44
52
},
45
53
"nyc" : {
46
- "reporter" : [" lcov" , " text" ]
54
+ "reporter" : [
55
+ " lcov" ,
56
+ " text"
57
+ ]
47
58
}
48
59
}
Original file line number Diff line number Diff line change @@ -478,7 +478,7 @@ combined-stream@^1.0.5, combined-stream@~1.0.5:
478
478
dependencies :
479
479
delayed-stream "~1.0.0"
480
480
481
- commander@^2.9.0 :
481
+ commander@^2.11.0, commander@^2. 9.0 :
482
482
version "2.11.0"
483
483
resolved "https://registry.yarnpkg.com/commander/-/commander-2.11.0.tgz#157152fd1e7a6c8d98a5b715cf376df928004563"
484
484
@@ -1633,12 +1633,13 @@ levn@~0.3.0:
1633
1633
prelude-ls "~1.1.2"
1634
1634
type-check "~0.3.2"
1635
1635
1636
- lint-staged@4.2.3 :
1637
- version "4.2.3 "
1638
- resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-4.2.3. tgz#5a1f12256af06110b96225f109dbf215009a37a9 "
1636
+ lint-staged@4.3.0 :
1637
+ version "4.3.0 "
1638
+ resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-4.3.0. tgz#ed0779ad9a42c0dc62bb3244e522870b41125879 "
1639
1639
dependencies :
1640
1640
app-root-path "^2.0.0"
1641
1641
chalk "^2.1.0"
1642
+ commander "^2.11.0"
1642
1643
cosmiconfig "^1.1.0"
1643
1644
execa "^0.8.0"
1644
1645
is-glob "^4.0.0"
You can’t perform that action at this time.
0 commit comments