File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ update_configs:
5
5
update_schedule : " daily"
6
6
ignored_updates :
7
7
- match :
8
- dependency_name : " tap "
8
+ dependency_name : " tape "
Original file line number Diff line number Diff line change 5
5
"main" : " index.js" ,
6
6
"scripts" : {
7
7
"benchmark" : " cd benchmarks && npm install && npm run all" ,
8
- "test" : " standard && tap test.js"
8
+ "test" : " standard && tape test.js"
9
9
},
10
10
"repository" : {
11
11
"type" : " git" ,
26
26
"homepage" : " https://github.com/fastify/secure-json-parse#readme" ,
27
27
"devDependencies" : {
28
28
"standard" : " ^16.0.0" ,
29
- "tap " : " ^12.7.0 "
29
+ "tape " : " ^5.1.1 "
30
30
}
31
31
}
Original file line number Diff line number Diff line change 1
1
'use strict'
2
2
3
- const test = require ( 'tap ' ) . test
3
+ const test = require ( 'tape ' ) . test
4
4
const j = require ( './index' )
5
5
6
6
test ( 'parse' , t => {
You can’t perform that action at this time.
0 commit comments