diff --git a/packages/firebase/package.json b/packages/firebase/package.json index 1d34d6b9..e5e6f30b 100644 --- a/packages/firebase/package.json +++ b/packages/firebase/package.json @@ -1,11 +1,10 @@ { - "name": "@nuxtjs/firebase", - "version": "0.0.1-0", - "private": true, + "name": "nuxt-firebase", + "version": "0.0.2", "license": "MIT", "main": "index.js", - "repository": "https://github.com/nuxt/modules", - "homepage": "https://github.com/nuxt/modules/tree/master/modules/firebase", + "repository": "https://github.com/kotamat/nuxt-modules", + "homepage": "https://github.com/kotamat/nuxt-modules/tree/master/modules/firebase", "publishConfig": { "access": "public" },