Skip to content

Commit 681a2f8

Browse files
committed
0.1.0-alpha
1 parent 98adffc commit 681a2f8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
22
"name": "react-microbe-ui",
3-
"version": "0.1.0",
3+
"version": "0.1.0-alpha",
44
"description": "microbe-ui for React",
55
"scripts": {
66
"build": "rollup -c",
7+
"prepare": "npm run build",
78
"test": "npm run prettier",
89
"fix": "npm run prettier -- --write",
910
"prettier": "prettier \"src/**/*.{ts,tsx}\" --check"

0 commit comments

Comments
 (0)