Compare commits

...

4 Commits

Author SHA1 Message Date
847f7f2649 v0.6.2 2021-03-30 15:34:33 +02:00
c58918268a Fixed missing file part 2
Signed-off-by: Florian BOUILLON <florian.bouillon@delta-wings.net>
2021-03-30 15:34:11 +02:00
3b65de9103 v0.6.1 2021-03-30 15:32:23 +02:00
208d0f8c06 Fixed missing file
Signed-off-by: Florian BOUILLON <florian.bouillon@delta-wings.net>
2021-03-30 15:32:10 +02:00
2 changed files with 1 additions and 3 deletions

View File

@ -4,7 +4,5 @@ node_modules/
.gitattributes
.gitignore
.npmignore
rollup.config.js
tsconfig.json
yarn.lock
yarn-error.log

View File

@ -1,6 +1,6 @@
{
"name": "@dzeio/components",
"version": "0.6.0",
"version": "0.6.2",
"license": "MIT",
"main": "./index.mjs",
"types": "./types/index.d.ts",