@planningcenter/tapestry 0.5.1 → 0.5.2-rc.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +11 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -20,3 +20,14 @@ add `"@planningcenter/tapestry/react-types"` to `compilerOptions.types` in your
|
|
|
20
20
|
}
|
|
21
21
|
}
|
|
22
22
|
```
|
|
23
|
+
|
|
24
|
+
## Running locally
|
|
25
|
+
|
|
26
|
+
1. If this is your first time with this repo, make sure you build from the root directory first:
|
|
27
|
+
```js
|
|
28
|
+
yarn wc build
|
|
29
|
+
```
|
|
30
|
+
2. In this repo, launch storybook
|
|
31
|
+
```js
|
|
32
|
+
yarn tap storybook
|
|
33
|
+
````
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@planningcenter/tapestry",
|
|
3
|
-
"version": "0.5.1",
|
|
3
|
+
"version": "0.5.2-rc.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -94,5 +94,5 @@
|
|
|
94
94
|
"classnames": "^2.5.1",
|
|
95
95
|
"lodash": "^4.17.21"
|
|
96
96
|
},
|
|
97
|
-
"gitHead": "
|
|
97
|
+
"gitHead": "79ff0642c154ae89a6527ec9b7a15a21d5044855"
|
|
98
98
|
}
|