File tree 4 files changed +128
-54
lines changed
4 files changed +128
-54
lines changed Original file line number Diff line number Diff line change
1
+ sudo : false
1
2
language : node_js
2
3
node_js :
3
- - ' 8'
4
- - ' 10'
5
- - ' 11'
6
- sudo : false
4
+ - ' 14'
5
+ - ' 16'
6
+ cache :
7
+ npm : false
8
+ directories :
9
+ - ' ~/.pnpm-store'
10
+ before_install :
11
+ - curl -f https://get.pnpm.io/v6.7.js | node - add --global pnpm@6
12
+ - pnpm config set store-dir ~/.pnpm-store
13
+ install :
14
+ - pnpm install
7
15
script :
8
- - " npm run test"
16
+ - ' pnpm run test'
9
17
after_script :
10
- - " npx codecov"
18
+ - ' codecov'
Original file line number Diff line number Diff line change 5
5
` Use URI style methods to operate data. `
6
6
All operations friendly support Vue-like frameworks.
7
7
8
- [ ![ Build Status] ( https://api. travis-ci.org /aligay/jsonuri.svg?branch=master )] ( https://travis-ci.org /aligay/jsonuri/branches )
8
+ [ ![ Build Status] ( https://travis-ci.com /aligay/jsonuri.svg?branch=master )] ( https://travis-ci.com/github /aligay/jsonuri/branches )
9
9
[ ![ codecov] ( https://codecov.io/gh/aligay/jsonuri/branch/master/graph/badge.svg )] ( https://codecov.io/gh/aligay/jsonuri/branch/master )
10
10
[ ![ npm] ( https://img.shields.io/npm/v/jsonuri.svg )] ( https://www.npmjs.com/package/jsonuri )
11
11
[ ![ dependencies Status] ( https://david-dm.org/aligay/jsonuri/status.svg )] ( https://david-dm.org/aligay/jsonuri )
Original file line number Diff line number Diff line change 45
45
"@babel/preset-env" : " ^7.14.8" ,
46
46
"@babel/preset-typescript" : " ^7.14.5" ,
47
47
"@types/jest" : " ^26.0.24" ,
48
- "@types/node" : " ^16.4.1 " ,
48
+ "@types/node" : " ^16.4.3 " ,
49
49
"@typescript-eslint/eslint-plugin" : " ^4.28.4" ,
50
+ "codecov" : " ^3.8.3" ,
50
51
"eslint" : " ^7.31.0" ,
51
52
"eslint-config-standard-with-typescript" : " ^20.0.0" ,
52
53
"eslint-plugin-import" : " ^2.23.4" ,
53
54
"eslint-plugin-node" : " ^11.1.0" ,
54
55
"eslint-plugin-prefer-arrow" : " ^1.2.3" ,
55
56
"eslint-plugin-promise" : " ^5.1.0" ,
56
- "eslint-plugin-standard" : " ^4.1.0" ,
57
57
"gh-pages" : " ^3.2.3" ,
58
58
"ghooks" : " ^2.0.4" ,
59
59
"imod" : " ^1.5.0" ,
You can’t perform that action at this time.
0 commit comments