Skip to content

Commit bbda686

Browse files
committed
Update package.json
1 parent 9622918 commit bbda686

File tree

1 file changed

+28
-23
lines changed

1 file changed

+28
-23
lines changed

package.json

Lines changed: 28 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,30 @@
11
{
2-
"name": "@tsukiroku/gist",
3-
"version": "1.0.2",
4-
"description": "Asynchronous gist API wrapper",
5-
"main": "dist/index.js",
6-
"scripts": {
7-
"test": "tsc && node dist/_test.js"
8-
},
9-
"repository": {
10-
"type": "git",
11-
"url": "git+https://github.com/tsukiroku/gist.git"
12-
},
13-
"keywords": [
14-
"gist"
15-
],
16-
"author": "tsukiroku",
17-
"license": "MIT",
18-
"bugs": {
19-
"url": "https://github.com/tsukiroku/gist/issues"
20-
},
21-
"homepage": "https://github.com/tsukiroku/gist#readme",
22-
"dependencies": {
23-
"axios": "^0.27.2"
24-
}
2+
"name": "@tsukiroku/gist",
3+
"version": "1.0.62",
4+
"description": "Asynchronous gist API wrapper",
5+
"main": "dist/index.js",
6+
"scripts": {
7+
"build": "tsc",
8+
"test": "npm run build && node dist/_test.js"
9+
},
10+
"repository": {
11+
"type": "git",
12+
"url": "git+https://github.com/tsukiroku/gist.git"
13+
},
14+
"keywords": [
15+
"gist"
16+
],
17+
"author": "tsukiroku",
18+
"license": "MIT",
19+
"bugs": {
20+
"url": "https://github.com/tsukiroku/gist/issues"
21+
},
22+
"homepage": "https://github.com/tsukiroku/gist#readme",
23+
"dependencies": {
24+
"axios": "^0.27.2"
25+
},
26+
"files": [
27+
"dist/**/*"
28+
],
29+
"types": "dist/index.d.ts"
2530
}

0 commit comments

Comments
 (0)