chore: add licenses, changelog, repo metadata; exclude sourcemaps from package
This commit is contained in:
11
package.json
11
package.json
@@ -52,8 +52,17 @@
|
||||
"access": "public"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
"dist",
|
||||
"!dist/**/*.map"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://git.alk.dev/alkdev/operations.git"
|
||||
},
|
||||
"homepage": "https://git.alk.dev/alkdev/operations",
|
||||
"bugs": {
|
||||
"url": "https://git.alk.dev/alkdev/operations/issues"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsup",
|
||||
"build:tsc": "tsc --noEmit",
|
||||
|
||||
Reference in New Issue
Block a user