Skip to content

Commit 8dd95ee

Browse files
committed
Update package.json
1 parent 0c36949 commit 8dd95ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@tsukiroku/gist",
3-
"version": "1.0.62",
3+
"version": "1.0.7",
44
"description": "Asynchronous gist API wrapper",
55
"main": "dist/index.js",
66
"scripts": {
7-
"build": "tsc",
7+
"build": "if [ -d dist ]; then rm -rf dist; tsc; else tsc; fi",
88
"test": "npm run build && node dist/_test.js"
99
},
1010
"repository": {

0 commit comments

Comments
 (0)