This commit is contained in:
Philipp Kunz 2023-07-25 18:14:51 +02:00
parent afa511550d
commit 37d69e201e

View File

@ -1,6 +1,6 @@
{ {
"name": "@push.rocks/smartnpm", "name": "@push.rocks/smartnpm",
"version": "2.0.3", "version": "2.0.4",
"private": false, "private": false,
"description": "interface with npm to retrieve package information", "description": "interface with npm to retrieve package information",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",
@ -47,4 +47,4 @@
"browserslist": [ "browserslist": [
"last 1 chrome versions" "last 1 chrome versions"
] ]
} }