Skip to content

Commit bc2abee

Browse files
Added rollup babel compiler to support both es6 and common js
1 parent 38f6891 commit bc2abee

20 files changed

+2147
-38
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,7 @@ Thumbs.db
3838
*.log
3939
*.sql
4040
*.sqlite
41+
42+
# Local Test file before deploying #
43+
####################################
44+
/localtest

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,13 @@ npm run storybook
2626
```
2727
It will open your browser window the documentation of our library at http://localhost:6006
2828

29+
30+
## Changelog
31+
`v0.0.3` - **9 April 2022**
32+
- [Fix] Fixed a `package.json` peerDependency issue
33+
34+
`v0.0.2` - **9 April 2022**
35+
- [Add] Added Storybook Documentation
36+
37+
`v0.0.1` - **29 March 2022**
38+
- [Add] Added Button Component

dist/app.js

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

dist/index.es.js

+12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js

+12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/runtime.js

-1
This file was deleted.

dist/vendors.js

-2
This file was deleted.

0 commit comments

Comments
 (0)