File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 10
10
11
11
# misc
12
12
/.sass-cache
13
+ /.nyc_output
13
14
/connect.lock
14
15
/coverage /*
15
16
/libpeerconnection.log
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-ember-best-practices" ,
3
- "version" : " 0.2 .0" ,
3
+ "version" : " 0.3 .0" ,
4
4
"description" : " Eslint rules for linting for anti-patterns in Ember applications." ,
5
5
"main" : " lib/index.js" ,
6
6
"directories" : {
7
7
"doc" : " doc" ,
8
8
"test" : " tests"
9
9
},
10
10
"scripts" : {
11
- "test" : " mocha --recursive tests" ,
11
+ "test" : " nyc mocha --recursive tests" ,
12
12
"test-server" : " mocha --recursive --growl --watch tests"
13
13
},
14
14
"repository" : " " ,
25
25
"devDependencies" : {
26
26
"eslint" : " ^3.11.1" ,
27
27
"mocha" : " ^3.2.0" ,
28
- "mocha-eslint" : " ^3.0.1"
28
+ "mocha-eslint" : " ^3.0.1" ,
29
+ "nyc" : " ^10.0.0"
29
30
},
30
31
"dependencies" : {
31
32
"requireindex" : " ^1.1.0"
You can’t perform that action at this time.
0 commit comments