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 29
29
"dependencies" : {},
30
30
"devDependencies" : {
31
31
"@aureooms/js-itertools" : " 3.4.0" ,
32
- "ava" : " 3.8.1" ,
33
- "coveralls" : " 3.1.0" ,
34
- "esdoc" : " 1.1.0" ,
35
- "nyc" : " 15.0.1" ,
36
32
"@babel/cli" : " 7.8.4" ,
37
33
"@babel/core" : " 7.9.0" ,
38
34
"@babel/polyfill" : " 7.8.7" ,
39
35
"@babel/preset-env" : " 7.9.5" ,
40
36
"@babel/register" : " 7.9.0" ,
37
+ "ava" : " 3.8.1" ,
38
+ "coveralls" : " 3.1.0" ,
39
+ "esdoc" : " 1.1.0" ,
41
40
"esdoc-inject-script-plugin" : " 1.0.0" ,
42
41
"esdoc-inject-style-plugin" : " 1.0.0" ,
43
42
"esdoc-standard-plugin" : " 1.0.0" ,
44
- "np" : " 6.2.3"
43
+ "np" : " 6.2.3" ,
44
+ "nyc" : " 15.0.1"
45
45
},
46
+ "files" : [
47
+ " lib"
48
+ ],
46
49
"homepage" : " https://aureooms.github.io/js-mapping" ,
47
50
"keywords" : [
48
51
" javascript" ,
58
61
"scripts" : {
59
62
"build" : " rm -rf lib && babel src -d lib" ,
60
63
"cover" : " nyc --reporter=lcov npm test" ,
61
- "test" : " ava" ,
62
64
"esdoc" : " esdoc" ,
63
65
"prepare" : " npm run build" ,
64
- "release" : " np"
65
- },
66
- "files" : [
67
- " lib"
68
- ]
66
+ "release" : " np" ,
67
+ "test" : " ava"
68
+ }
69
69
}
You can’t perform that action at this time.
0 commit comments