Skip to content

Commit 7e3255c

Browse files
committed
update
1 parent a21e522 commit 7e3255c

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

package.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,24 @@
11
{
22
"name": "@monorepo/solid-spring",
33
"version": "0.0.0",
4-
"description": "",
4+
"repository": {
5+
"type": "git",
6+
"url": "git+https://github.com/aslemammad/solid-spring.git"
7+
},
8+
"license": "MIT",
9+
"bugs": {
10+
"url": "https://github.com/aslemammad/solid-spring/issues"
11+
},
12+
"homepage": "https://github.com/aslemammad/solid-spring#readme",
13+
"description": "Like react-spring, but for SolidJS",
14+
"contributors": "",
515
"scripts": {},
16+
"keywords": [
17+
"best_ecosystem",
18+
"solidhack",
19+
"react-spring",
20+
"solid"
21+
],
622
"author": "M. Bagher Abiat",
723
"license": "MIT",
824
"devDependencies": {

spring/package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
"name": "solid-spring",
33
"version": "0.0.4",
44
"type": "module",
5+
"description": "Like react-spring, but for SolidJS",
6+
"keywords": [
7+
"best_ecosystem",
8+
"solidhack",
9+
"react-spring",
10+
"solid"
11+
],
512
"scripts": {
613
"build": "rimraf dist && rollup -c",
714
"dev": "rollup -c --watch src",

0 commit comments

Comments
 (0)