diff --git a/comingsoon.js b/comingsoon.js new file mode 100644 index 0000000..712a0ed --- /dev/null +++ b/comingsoon.js @@ -0,0 +1,6 @@ +console.log(`COMING SOON!! +View development progress at https://github.com/pigeonposse/smartplant + +Funding: https://github.com/sponsors/pigeonposse +Repo: https://github.com/pigeonposse/smartplant +`) \ No newline at end of file diff --git a/package.json b/package.json index d9879c9..80dc8a0 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "smartplant", - "version": "0.1.0", + "version": "0.1.1", "description": "A library for managing plant care with alerts and multi-language support.", - "main": "index.js", + "main": "comingsoon.js", "type": "module", "dependencies": { @@ -34,17 +34,17 @@ "access": "public", "registry": "https://registry.npmjs.org/" }, - "homepage": "https://github.com/pigeonposse/personality", + "homepage": "https://github.com/pigeonposse/smartplant", "repository": { "type": "git", - "url": "https://github.com/pigeonposse/personality" + "url": "https://github.com/pigeonposse/smartplant" }, "funding": { "type": "individual", "url": "https://pigeonposse.com/?popup=donate" }, "bugs": { - "url": "https://github.com/pigeonposse/personality/issues", + "url": "https://github.com/pigeonposse/smartplant/issues", "email": "dev@pigeonposse.com" }, "scripts": {