Skip to content

Commit

Permalink
✨ feat(lib): add 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 5554282 commit 7c51b23
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 37 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# smartplant

## 0.1.1

### Patch Changes

- add coming soon file. Library is in development now
73 changes: 36 additions & 37 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"description": "A library for managing plant care with alerts and multi-language support.",
"main": "comingsoon.js",
"type": "module",

"dependencies": {
"@serialport/parser-readline": "^12.0.0",
"axios": "^1.7.7",
Expand All @@ -31,28 +30,28 @@
],
"packageManager": "pnpm@9.7.0",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"homepage": "https://github.com/pigeonposse/smartplant",
"repository": {
"type": "git",
"url": "https://github.com/pigeonposse/smartplant"
},
"repository": {
"type": "git",
"url": "https://github.com/pigeonposse/smartplant"
},
"funding": {
"type": "individual",
"url": "https://pigeonposse.com/?popup=donate"
"type": "individual",
"url": "https://pigeonposse.com/?popup=donate"
},
"bugs": {
"url": "https://github.com/pigeonposse/smartplant/issues",
"email": "dev@pigeonposse.com"
},
"scripts": {
"start": "node index.js",
"update-version": "changeset && changeset version",
"push": "git add . && cz && git push -f origin $@",
"push:main": "pnpm push main"
},
"update-version": "changeset && changeset version",
"push": "git add . && cz && git push -f origin $@",
"push:main": "pnpm push main"
},
"license": "GPL-3.0",
"devDependencies": {
"@backan/builder": "0.0.16",
Expand Down Expand Up @@ -83,34 +82,34 @@
"typescript": "5.6.2",
"vite": "^5.4.4"
},
"commitlint": {
"extends": [
"gitmoji"
],
"rules": {
"header-max-length": [
0,
"always",
100
]
}
},
"config": {
"commitizen": {
"path": "./node_modules/cz-customizable"
},
"cz-customizable": {
"config": ".dev/cz-config.cjs"
}
},
"commitlint": {
"extends": [
"gitmoji"
],
"rules": {
"header-max-length": [
0,
"always",
100
]
}
},
"config": {
"commitizen": {
"path": "./node_modules/cz-customizable"
},
"cz-customizable": {
"config": ".dev/cz-config.cjs"
}
},
"extra": {
"scopes": [
{
"name": "lib"
},
{
"name": "all"
}
{
"name": "all"
}
]
}
}

0 comments on commit 7c51b23

Please sign in to comment.