0.1.11 #14

Merged
Thilawyn merged 318 commits from next into master 2025-05-19 14:01:41 +02:00
3 changed files with 1 additions and 6 deletions
Showing only changes of commit 538b3a415d - Show all commits

View File

@@ -25,7 +25,6 @@
"build": "tsc",
"lint:tsc": "tsc --noEmit",
"pack": "npm pack",
"publish": "npm publish --access public",
"clean:cache": "rm -f tsconfig.tsbuildinfo",
"clean:dist": "rm -rf dist",
"clean:node": "rm -rf node_modules"

View File

@@ -25,7 +25,6 @@
"build": "tsc",
"lint:tsc": "tsc --noEmit",
"pack": "npm pack",
"publish": "npm publish --access public",
"clean:cache": "rm -f tsconfig.tsbuildinfo",
"clean:dist": "rm -rf dist",
"clean:node": "rm -rf node_modules"

View File

@@ -6,9 +6,6 @@
"inputs": ["./src/**"],
"outputs": ["./dist/**"]
},
"pack": {},
"publish": {
"passThroughEnv": ["NODE_AUTH_TOKEN"]
}
"pack": {}
}
}