File tree Expand file tree Collapse file tree 5 files changed +29
-5
lines changed Expand file tree Collapse file tree 5 files changed +29
-5
lines changed Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+ - package-ecosystem : npm
4+ directory : /twitter-openapi-typescript
5+ schedule :
6+ interval : daily
7+ # - package-ecosystem: npm
8+ # directory: /twitter-openapi-typescript-generated
9+ # schedule:
10+ # interval: daily
Original file line number Diff line number Diff line change 1- README.md
1+ README.md
2+ tools /**
3+ twitter-openapi /**
Original file line number Diff line number Diff line change 11tools/**
22twitter-openapi/**
3- LICENSE.txt
3+ LICENSE.txt
4+ package.json
Original file line number Diff line number Diff line change 33 "version" : " 0.0.1" ,
44 "description" : " OpenAPI client for twitter-openapi-typescript-generated" ,
55 "author" : " OpenAPI-Generator" ,
6+ "author" : " fa0311" ,
7+ "license" : " LGPL-3.0-only" ,
68 "repository" : {
79 "type" : " git" ,
810 "url" : " https://github.com/fa0311/twitter-openapi-typescript.git"
911 },
12+ "keywords" : [
13+ " twitter" ,
14+ " api" ,
15+ " typescript"
16+ ],
1017 "main" : " ./dist/index.js" ,
1118 "typings" : " ./dist/index.d.ts" ,
1219 "scripts" : {
Original file line number Diff line number Diff line change 77 "build" : " tsc -p tsconfig.build.json && npx tscpaths -p tsconfig.build.json -s . -o ./dist" ,
88 "prepare" : " npm run build"
99 },
10- "keywords" : [],
10+ "keywords" : [
11+ " twitter" ,
12+ " api" ,
13+ " typescript"
14+ ],
1115 "author" : " fa0311" ,
1216 "license" : " LGPL-3.0-only" ,
1317 "repository" : {
1418 "type" : " git" ,
1519 "url" : " https://github.com/fa0311/twitter-openapi-typescript.git"
1620 },
17- "main" : " ./dist/index.js" ,
18- "typings" : " ./dist/index.d.ts" ,
21+ "main" : " ./dist/src/ index.js" ,
22+ "typings" : " ./dist/src/ index.d.ts" ,
1923 "dependencies" : {
2024 "twitter-openapi-typescript-generated" : " file:../twitter-openapi-typescript-generated"
2125 },
You can’t perform that action at this time.
0 commit comments