We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c36949 commit 8dd95eeCopy full SHA for 8dd95ee
package.json
@@ -1,10 +1,10 @@
1
{
2
"name": "@tsukiroku/gist",
3
- "version": "1.0.62",
+ "version": "1.0.7",
4
"description": "Asynchronous gist API wrapper",
5
"main": "dist/index.js",
6
"scripts": {
7
- "build": "tsc",
+ "build": "if [ -d dist ]; then rm -rf dist; tsc; else tsc; fi",
8
"test": "npm run build && node dist/_test.js"
9
},
10
"repository": {
0 commit comments