diff --git a/package-lock.json b/package-lock.json index 49c89e8..10b160c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "smartyaml", - "version": "1.0.2", + "version": "2.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8d3bc7e..864abda 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pushrocks/smartyaml", - "version": "1.0.2", + "version": "2.0.0", "private": false, "description": "handle yaml in smart ways", "main": "dist/index.js", @@ -34,4 +34,4 @@ "@pushrocks/tapbundle": "^3.0.5", "@types/node": "^10.9.2" } -} \ No newline at end of file +}