File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 39
39
"sourceMap" : false ,
40
40
"instrument" : false
41
41
},
42
+ "standard" : {
43
+ "ignore" : [
44
+ " distribution"
45
+ ],
46
+ "env" : [
47
+ " mocha"
48
+ ]
49
+ },
42
50
"devDependencies" : {
43
51
"babel-cli" : " ^6.11.4" ,
44
52
"babel-core" : " ^6.13.2" ,
45
53
"babel-plugin-istanbul" : " ^2.0.0" ,
46
54
"babel-plugin-transform-runtime" : " ^6.12.0" ,
47
55
"babel-preset-es2015" : " ^6.13.2" ,
48
56
"babel-register" : " ^6.11.6" ,
57
+ "bithound" : " ^1.7.0" ,
49
58
"codeclimate-test-reporter" : " ^0.3.3" ,
50
59
"cross-env" : " ^2.0.0" ,
51
60
"eslint" : " ^3.3.1" ,
52
61
"mocha" : " ^3.0.2" ,
53
62
"nyc" : " ^8.1.0" ,
63
+ "semantic-release" : " ^4.3.5" ,
54
64
"should" : " ^11.1.0" ,
55
- "semantic-release " : " ^4.3.5 "
65
+ "standard " : " ^8.0.0 "
56
66
},
57
67
"dependencies" : {
58
68
"babel-runtime" : " ^6.11.6"
65
75
"cover" : " nyc --reporter html --reporter text -- npm -s test" ,
66
76
"cover:report" : " nyc npm test && nyc report --reporter=text-lcov > coverage.lcov" ,
67
77
"prepublish" : " npm run compile" ,
68
- "semantic-release" : " semantic-release pre && npm publish && semantic-release post"
78
+ "semantic-release" : " semantic-release pre && npm publish && semantic-release post" ,
79
+ "standard" : " standard" ,
80
+ "fix" : " standard --fix"
69
81
}
70
82
}
You can’t perform that action at this time.
0 commit comments