This repository was archived by the owner on Feb 13, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +98
-2642
lines changed Expand file tree Collapse file tree 3 files changed +98
-2642
lines changed Original file line number Diff line number Diff line change @@ -26,9 +26,6 @@ workflows:
26
26
static_analysis :
27
27
jobs :
28
28
- test
29
- - size :
30
- requires :
31
- - test
32
29
- coverage :
33
30
requires :
34
31
- test
@@ -100,13 +97,6 @@ jobs:
100
97
- checkout
101
98
- attach_workspace : { at: . }
102
99
- run : yarn run report-coverage
103
- size :
104
- docker :
105
- - image : circleci/node:10-browsers
106
- steps :
107
- - checkout
108
- - attach_workspace : { at: . }
109
- - run : yarn run size
110
100
snyk :
111
101
docker :
112
102
- image : circleci/node:10-browsers
Original file line number Diff line number Diff line change 12
12
"engines" : {
13
13
"node" : " >=4"
14
14
},
15
- "size-limit" : [
16
- {
17
- "limit" : " 25 KB" ,
18
- "path" : " index.js"
19
- }
20
- ],
21
15
"scripts" : {
22
16
"circle-lint" : " .buildscript/circle.sh" ,
23
17
"dependencies" : " yarn" ,
24
- "size" : " size-limit" ,
25
18
"test" : " standard && nyc ava --timeout=20s&& .buildscript/e2e.sh" ,
26
19
"report-coverage" : " nyc report --reporter=lcov > coverage.lcov && codecov" ,
27
20
"np" : " np --no-publish" ,
61
54
"nyc" : " ^14.1.1" ,
62
55
"pify" : " ^4.0.1" ,
63
56
"sinon" : " ^7.3.2" ,
64
- "size-limit" : " ^1.3.5" ,
65
57
"snyk" : " ^1.171.1" ,
66
58
"standard" : " ^12.0.1"
59
+ },
60
+ "resolutions" : {
61
+ "kind-of" : " ^6.0.3" ,
62
+ "lodash" : " ^4.17.19" ,
63
+ "set-value" : " ^2.0.1"
67
64
}
68
65
}
You can’t perform that action at this time.
0 commit comments