update tsconfig
This commit is contained in:
14
package.json
14
package.json
@@ -2,7 +2,7 @@
|
||||
"name": "@push.rocks/smartversion",
|
||||
"version": "3.0.5",
|
||||
"private": false,
|
||||
"description": "handle semver with ease",
|
||||
"description": "A library to handle semantic versioning with ease.",
|
||||
"main": "dist_ts/index.js",
|
||||
"typings": "dist_ts/index.d.ts",
|
||||
"type": "module",
|
||||
@@ -46,5 +46,13 @@
|
||||
"bugs": {
|
||||
"url": "https://gitlab.com/push.rocks/smartversion/issues"
|
||||
},
|
||||
"homepage": "https://gitlab.com/push.rocks/smartversion#readme"
|
||||
}
|
||||
"homepage": "https://gitlab.com/push.rocks/smartversion#readme",
|
||||
"keywords": [
|
||||
"semantic versioning",
|
||||
"semver",
|
||||
"version management",
|
||||
"npm package",
|
||||
"version comparison",
|
||||
"typescript"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user