diff --git a/CHANGELOG.md b/CHANGELOG.md index 783d874..e9100ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -1.0.0-alpha.0 / 2020-16-04 +0.0.1-alpha.0 / 2020-16-04 ========================== # Provide basic Cloudinary components diff --git a/package.json b/package.json index fe73b71..5488db5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,10 @@ { - "name": "cloudinary-svelte", - "version": "1.0.0-alpha.0", + "author": "Cloudinary ", + "name": "@cloudinary/svelte", + "description": "Cloudinary components library for Svelte", + "homepage": "http://cloudinary.com", + "license": "MIT", + "version": "0.0.1-alpha.0", "svelte": "dist/cloudinary-svelte.mjs", "module": "dist/cloudinary-svelte.mjs", "main": "dist/cloudinary-svelte.js", @@ -8,8 +12,6 @@ "type": "git", "url": "git+https://github.com/cloudinary/cloudinary-svelte.git" }, - "author": "Cloudinary", - "license": "MIT", "bugs": { "url": "https://github.com/cloudinary/cloudinary-svelte/issues" },