Update project version to 0.0.2

Bumped the project version from 0.0.1 to 0.0.2 in the package-lock.json. Added `hasInstallScript` attribute to the main package metadata, indicating the presence of an installation script.
This commit is contained in:
2024-08-14 20:52:26 +02:00
parent c6ba0b7801
commit 5ac3918ca2

5
package-lock.json generated
View File

@@ -1,12 +1,13 @@
{
"name": "ts-injex",
"version": "0.0.1",
"version": "0.0.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "ts-injex",
"version": "0.0.1",
"version": "0.0.2",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
"eslint-plugin-prettier": "^5.2.1",