Skip to content

Commit

Permalink
✨ feat(lib): ad coming soon file
Browse files Browse the repository at this point in the history
  • Loading branch information
alejomalia authored and alejomalia committed Sep 18, 2024
1 parent b378c93 commit 5554282
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions comingsoon.js
Original file line number Diff line number Diff line change
@@ -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
`)
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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": "[email protected]"
},
"scripts": {
Expand Down

0 comments on commit 5554282

Please sign in to comment.