File tree Expand file tree Collapse file tree 1 file changed +3
-18
lines changed Expand file tree Collapse file tree 1 file changed +3
-18
lines changed Original file line number Diff line number Diff line change 26
26
"lintjs" : " eslint ./{src,test}/*.js" ,
27
27
"lintmd" : " eslint --ext md --rule indent: [error, 4] ." ,
28
28
"pretest" : " clinton && npm run lintjs && npm run lintmd" ,
29
- "test" : " nyc ava" ,
30
- "update" : " updtr" ,
31
- "testen" : " testen -n -- ava"
29
+ "test" : " nyc ava"
32
30
},
33
31
"files" : [
34
32
" lib/"
50
48
"postcss" : " ^6.0.1"
51
49
},
52
50
"devDependencies" : {
53
- "ava" : " 0.19.1" ,
54
- "ava-codemods" : " ^0.3.2" ,
51
+ "ava" : " *" ,
55
52
"babel-cli" : " ^6.24.1" ,
56
53
"babel-eslint" : " ^7.2.1" ,
57
54
"babel-plugin-add-module-exports" : " ^0.2.1" ,
68
65
"eslint-plugin-ava" : " ^4.0.1" ,
69
66
"eslint-plugin-babel" : " ^4.0.1" ,
70
67
"eslint-plugin-markdown" : " ^1.0.0-beta.4" ,
71
- "eslint-plugin-require-path-exists" : " 1.1.5" ,
72
68
"eslint-plugin-xo" : " ^1.0.0" ,
73
69
"husky" : " ^0.13.1" ,
74
70
"np" : " ^2.14.1" ,
75
71
"nyc" : " ^10.3.2" ,
76
- "rimraf" : " ^2.6.1" ,
77
- "testen" : " ^2.2.0" ,
78
- "updtr" : " ^1.0.0"
79
- },
80
- "testen" : {
81
- "node" : [
82
- " 4" ,
83
- " 5" ,
84
- " 6" ,
85
- " 7"
86
- ]
72
+ "rimraf" : " ^2.6.1"
87
73
},
88
74
"babel" : {
89
75
"presets" : [
113
99
" ava" ,
114
100
" xo" ,
115
101
" babel" ,
116
- " require-path-exists" ,
117
102
" markdown"
118
103
],
119
104
"extends" : [
You can’t perform that action at this time.
0 commit comments