@biggive/components 202303171305.0.0 → 202303171614.0.0
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/package.json +1 -1
- package/readme.md +7 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@biggive/components",
|
|
3
3
|
"_comment": "Version number below is automatically replaced during CircleCI build.",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "202303171614.0.0",
|
|
5
5
|
"description": "Big Give Components",
|
|
6
6
|
"main": "dist/index.cjs.js",
|
|
7
7
|
"module": "dist/index.js",
|
package/readme.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|

|
|
2
2
|
|
|
3
|
-
# Big Give StencilJS Web
|
|
3
|
+
# Big Give StencilJS Web Components
|
|
4
4
|
|
|
5
5
|
The project is based on a sample project from https://stenciljs.com/docs/getting-started
|
|
6
6
|
|
|
@@ -22,6 +22,12 @@ npm install
|
|
|
22
22
|
npm start
|
|
23
23
|
```
|
|
24
24
|
|
|
25
|
+
### Run tests
|
|
26
|
+
|
|
27
|
+
```bash
|
|
28
|
+
npm test
|
|
29
|
+
```
|
|
30
|
+
|
|
25
31
|
## Development
|
|
26
32
|
|
|
27
33
|
### Follow Stencil + repository conventions
|