This commit is contained in:
Philipp Kunz 2024-06-22 02:44:20 +02:00
parent e8c3d3c44f
commit 11cbe93b4b

View File

@ -1,6 +1,6 @@
{ {
"name": "@push.rocks/smartgit", "name": "@push.rocks/smartgit",
"version": "3.0.2", "version": "3.0.3",
"description": "A smart wrapper for nodegit that simplifies Git operations in Node.js.", "description": "A smart wrapper for nodegit that simplifies Git operations in Node.js.",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts", "typings": "dist_ts/index.d.ts",
@ -65,4 +65,4 @@
"browserslist": [ "browserslist": [
"last 1 chrome versions" "last 1 chrome versions"
] ]
} }