diff --git a/package-lock.json b/package-lock.json index af224ac..4643fae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@pushrocks/smartmustache", - "version": "3.0.1", + "version": "3.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@pushrocks/smartmustache", - "version": "3.0.1", + "version": "3.0.2", "license": "MIT", "dependencies": { "handlebars": "^4.7.7" diff --git a/package.json b/package.json index d829464..fc72893 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pushrocks/smartmustache", - "version": "3.0.1", + "version": "3.0.2", "description": "templates done right", "private": false, "main": "dist_ts/index.js", @@ -48,4 +48,4 @@ "browserslist": [ "last 1 chrome versions" ] -} \ No newline at end of file +}