File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 31
31
},
32
32
"devDependencies" : {
33
33
"@aureooms/js-itertools" : " 3.4.0" ,
34
- "ava" : " 3.8.1" ,
35
- "coveralls" : " 3.1.0" ,
36
- "esdoc" : " 1.1.0" ,
37
- "nyc" : " 15.0.1" ,
38
34
"@babel/cli" : " 7.8.4" ,
39
35
"@babel/core" : " 7.9.0" ,
40
36
"@babel/polyfill" : " 7.8.7" ,
41
37
"@babel/preset-env" : " 7.9.5" ,
42
38
"@babel/register" : " 7.9.0" ,
39
+ "ava" : " 3.8.1" ,
40
+ "coveralls" : " 3.1.0" ,
41
+ "esdoc" : " 1.1.0" ,
43
42
"esdoc-inject-script-plugin" : " 1.0.0" ,
44
43
"esdoc-inject-style-plugin" : " 1.0.0" ,
45
44
"esdoc-standard-plugin" : " 1.0.0" ,
46
- "np" : " 6.2.3"
45
+ "np" : " 6.2.3" ,
46
+ "nyc" : " 15.0.1"
47
47
},
48
+ "files" : [
49
+ " lib"
50
+ ],
48
51
"homepage" : " https://aureooms.github.io/js-collections-deque" ,
49
52
"keywords" : [
50
53
" collection" ,
62
65
"scripts" : {
63
66
"build" : " rm -rf lib && babel src -d lib" ,
64
67
"cover" : " nyc --reporter=lcov npm test" ,
65
- "test" : " ava" ,
66
68
"esdoc" : " esdoc" ,
67
69
"prepare" : " npm run build" ,
68
- "release" : " np"
69
- },
70
- "files" : [
71
- " lib"
72
- ]
70
+ "release" : " np" ,
71
+ "test" : " ava"
72
+ }
73
73
}
You can’t perform that action at this time.
0 commit comments