diff --git a/package-lock.json b/package-lock.json index 7779811..78d3d44 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@push.rocks/smartyaml", - "version": "3.0.1", + "version": "3.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@push.rocks/smartyaml", - "version": "3.0.1", + "version": "3.0.2", "license": "MIT", "dependencies": { "@types/js-yaml": "^4.0.5", diff --git a/package.json b/package.json index 218c51f..7f3adfa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/smartyaml", - "version": "3.0.1", + "version": "3.0.2", "private": false, "description": "A module for smart handling of YAML data with support for converting between YAML strings and JavaScript objects.", "main": "dist_ts/index.js", @@ -56,4 +56,4 @@ "npmextra.json", "readme.md" ] -} \ No newline at end of file +}