File tree 3 files changed +4
-17
lines changed
3 files changed +4
-17
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " formidable" ,
3
- "version" : " 2.0.0-canary.20210212 " ,
3
+ "version" : " 2.0.0-canary.20210216 " ,
4
4
"license" : " MIT" ,
5
5
"description" : " A node.js module for parsing form data, especially file uploads." ,
6
6
"homepage" : " https://github.com/node-formidable/formidable" ,
27
27
"postreinstall" : " yarn setup" ,
28
28
"setup" : " yarn" ,
29
29
"pretest" : " del-cli ./test/tmp && make-dir ./test/tmp" ,
30
- "test" : " node test/run.js " ,
30
+ "test" : " jest --coverage " ,
31
31
"pretest:ci" : " yarn run pretest" ,
32
- "test:ci" : " nyc node test/run.js " ,
32
+ "test:ci" : " nyc jest --coverage " ,
33
33
"test:jest" : " jest --coverage"
34
34
},
35
35
"dependencies" : {
58
58
"prettier" : " 2.0.5" ,
59
59
"prettier-plugin-pkgjson" : " 0.2.8" ,
60
60
"request" : " 2.88.2" ,
61
- "supertest" : " 4.0.2" ,
62
- "urun" : " 0.0.8"
61
+ "supertest" : " 4.0.2"
63
62
},
64
63
"jest" : {
65
64
"verbose" : true
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -5856,11 +5856,6 @@ urix@^0.1.0:
5856
5856
resolved "https://registry.yarnpkg.com/urix/-/urix-0.1.0.tgz#da937f7a62e21fec1fd18d49b35c2935067a6c72"
5857
5857
integrity sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=
5858
5858
5859
- urun@0.0.8 :
5860
- version "0.0.8"
5861
- resolved "https://registry.yarnpkg.com/urun/-/urun-0.0.8.tgz#3799a0293714c1115d326a4e69e2a5f96ee786e2"
5862
- integrity sha1-N5mgKTcUwRFdMmpOaeKl+W7nhuI=
5863
-
5864
5859
use@^3.1.0 :
5865
5860
version "3.1.1"
5866
5861
resolved "https://registry.yarnpkg.com/use/-/use-3.1.1.tgz#d50c8cac79a19fbc20f2911f56eb973f4e10070f"
You can’t perform that action at this time.
0 commit comments