update tsconfig
This commit is contained in:
16
package.json
16
package.json
@@ -2,7 +2,7 @@
|
||||
"name": "@push.rocks/smartupdate",
|
||||
"version": "2.0.6",
|
||||
"private": false,
|
||||
"description": "update your tools in a smart way",
|
||||
"description": "A library designed to facilitate smarter update notifications and checking for Node.js projects.",
|
||||
"main": "dist_ts/index.js",
|
||||
"typings": "dist_ts/index.d.ts",
|
||||
"type": "module",
|
||||
@@ -42,5 +42,17 @@
|
||||
],
|
||||
"browserslist": [
|
||||
"last 1 chrome versions"
|
||||
],
|
||||
"keywords": [
|
||||
"update notifications",
|
||||
"version checking",
|
||||
"npm package updates",
|
||||
"version comparison",
|
||||
"CLI tool updates",
|
||||
"dependency management",
|
||||
"npm registry",
|
||||
"typescript utilities",
|
||||
"software maintenance",
|
||||
"open-source contribution"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user