diff --git a/package-lock.json b/package-lock.json index 59f8d33..2af8739 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vue-sfc-rollup", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9aabf22..b9c6667 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "Quickly generate redistributable components with Rollup", "author": "Michael Dodge", "license": "ISC", - "version": "1.0.1", + "version": "1.0.2", "bin": { "sfc-rollup-init": "./sfc-init.js" },