Skip to content

Commit ec7d820

Browse files
committed
bump version
1 parent f8dc834 commit ec7d820

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
{
22
"name": "react-distributed-components",
33
"type": "module",
4-
"version": "0.1.0",
4+
"version": "0.2.0",
55
"description": "Effortlessly compose client and server components.",
66
"author": "Daniel Nagy <[email protected]>",
7-
"repository": "github:daniel-nagy/react-distributed-components",
7+
"repository": {
8+
"type": "git",
9+
"url": "git+https://github.com/daniel-nagy/react-distributed-components.git"
10+
},
811
"files": [
912
"build",
1013
"!.tsinfo"
@@ -27,6 +30,8 @@
2730
"clean": "rm -rf build",
2831
"eslint": "eslint src",
2932
"eslint:fix": "eslint src --fix",
33+
"prebuild": "yarn clean",
34+
"prepack": "yarn build",
3035
"prettier": "prettier --check --ignore-path .gitignore .",
3136
"prettier:fix": "prettier --write --ignore-path .gitignore ."
3237
},

0 commit comments

Comments
 (0)