1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-04-22 10:52:11 +00:00

Fixed Typing not included

This commit is contained in:
Florian Bouillon 2020-06-26 12:32:07 +02:00
parent fe5f538eff
commit 1979631b61
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
*.d.td.map
dist/*.d.ts.map
node_modules
src
.gitignore
webpack.config.js
tsconfig.json
.babelrc

View File

@ -12,7 +12,7 @@
"private": false,
"main": "./dist/Logger.js",
"browser": "./dist/browser.js",
"types": "./dist/types/Logger.d.ts",
"types": "./dist/Logger.d.ts",
"dependencies": {
"chalk": "^4.1.0"
},