-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
alejomalia
authored and
alejomalia
committed
Sep 18, 2024
1 parent
b378c93
commit 5554282
Showing
2 changed files
with
11 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
`) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": { | ||
|
@@ -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": { | ||
|