Skip to content

Commit 62d7cf9

Browse files
committed
publish
Signed-off-by: ふぁ <yuki@yuki0311.com>
1 parent fdf9422 commit 62d7cf9

File tree

5 files changed

+29
-5
lines changed

5 files changed

+29
-5
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
README.md
1+
README.md
2+
tools/**
3+
twitter-openapi/**
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
tools/**
22
twitter-openapi/**
3-
LICENSE.txt
3+
LICENSE.txt
4+
package.json

twitter-openapi-typescript-generated/package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,17 @@
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": {

twitter-openapi-typescript/package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,19 @@
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
},

0 commit comments

Comments
 (0)