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:
parent
fe5f538eff
commit
1979631b61
@ -1,6 +1,7 @@
|
||||
*.d.td.map
|
||||
dist/*.d.ts.map
|
||||
node_modules
|
||||
src
|
||||
.gitignore
|
||||
webpack.config.js
|
||||
tsconfig.json
|
||||
.babelrc
|
||||
|
@ -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"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user