Compare commits

...

2 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
2 changed files with 1 additions and 2 deletions

View File

@ -4,6 +4,5 @@ node_modules/
.gitattributes
.gitignore
.npmignore
tsconfig.json
yarn.lock
yarn-error.log

View File

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