File tree Expand file tree Collapse file tree 2 files changed +10
-13
lines changed Expand file tree Collapse file tree 2 files changed +10
-13
lines changed Original file line number Diff line number Diff line change 6
6
[ ![ npm] ( https://img.shields.io/npm/v/level-transcoder.svg )] ( https://www.npmjs.com/package/level-transcoder )
7
7
[ ![ Node version] ( https://img.shields.io/node/v/level-transcoder.svg )] ( https://www.npmjs.com/package/level-transcoder )
8
8
[ ![ Test] ( https://img.shields.io/github/workflow/status/Level/transcoder/Test?label=test )] ( https://github.com/Level/transcoder/actions/workflows/test.yml )
9
- [ ![ Coverage] ( https://img.shields.io/codecov/c/github/Level/transcoder?label=&logo=codecov&logoColor=fff )] ( https://codecov.io/gh/Level/transcoder )
10
- [ ![ Standard] ( https://img.shields.io/badge/standard-informational?logo=javascript&logoColor=fff )] ( https://standardjs.com )
9
+ [ ![ Coverage] ( https://img.shields.io/codecov/c/github/Level/transcoder?label=\ & logo=codecov\ & logoColor=fff )] ( https://codecov.io/gh/Level/transcoder )
10
+ [ ![ Standard] ( https://img.shields.io/badge/standard-informational?logo=javascript\ & logoColor=fff )] ( https://standardjs.com )
11
11
[ ![ Common Changelog] ( https://common-changelog.org/badge.svg )] ( https://common-changelog.org )
12
- [ ![ Donate] ( https://img.shields.io/badge/donate-orange?logo=open-collective&logoColor=fff )] ( https://opencollective.com/level )
12
+ [ ![ Donate] ( https://img.shields.io/badge/donate-orange?logo=open-collective\ & logoColor=fff )] ( https://opencollective.com/level )
13
13
14
14
## Usage
15
15
Original file line number Diff line number Diff line change 9
9
"test" : " ts-standard && tsc && standard && hallmark && nyc tape test/*.js" ,
10
10
"test-browsers-local" : " airtap --coverage --verbose test/*.js" ,
11
11
"coverage" : " nyc report -r lcovonly" ,
12
- "hallmark" : " hallmark --fix" ,
13
- "dependency-check" : " dependency-check . test/*.js" ,
14
- "prepublishOnly" : " npm run dependency-check"
12
+ "hallmark" : " hallmark --fix"
15
13
},
16
14
"files" : [
17
15
" lib" ,
26
24
"module-error" : " ^1.0.1"
27
25
},
28
26
"devDependencies" : {
29
- "@types/node" : " ^16.11.4 " ,
30
- "@voxpelli/tsconfig" : " ^3.0 .0" ,
27
+ "@types/node" : " ^16.11.10 " ,
28
+ "@voxpelli/tsconfig" : " ^3.1 .0" ,
31
29
"airtap" : " ^4.0.3" ,
32
30
"airtap-playwright" : " ^1.0.1" ,
33
- "dependency-check" : " ^3.3.0" ,
34
- "hallmark" : " ^3.1.0" ,
31
+ "hallmark" : " ^4.0.0" ,
35
32
"nyc" : " ^15.1.0" ,
36
33
"standard" : " ^16.0.3" ,
37
- "tape" : " ^5.0.1 " ,
38
- "ts-standard" : " ^10 .0.0" ,
39
- "typescript" : " ^4.4.4 "
34
+ "tape" : " ^5.3.2 " ,
35
+ "ts-standard" : " ^11 .0.0" ,
36
+ "typescript" : " ^4.5.2 "
40
37
},
41
38
"repository" : " Level/transcoder" ,
42
39
"homepage" : " https://github.com/Level/transcoder" ,
You can’t perform that action at this time.
0 commit comments