Compare commits

..

2 Commits

Author SHA1 Message Date
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 2 deletions

View File

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

View File

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