mirror of
https://github.com/dzeiocom/libs.git
synced 2025-04-22 19:02:14 +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
|
node_modules
|
||||||
src
|
src
|
||||||
.gitignore
|
.gitignore
|
||||||
webpack.config.js
|
webpack.config.js
|
||||||
tsconfig.json
|
tsconfig.json
|
||||||
|
.babelrc
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
"private": false,
|
"private": false,
|
||||||
"main": "./dist/Logger.js",
|
"main": "./dist/Logger.js",
|
||||||
"browser": "./dist/browser.js",
|
"browser": "./dist/browser.js",
|
||||||
"types": "./dist/types/Logger.d.ts",
|
"types": "./dist/Logger.d.ts",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"chalk": "^4.1.0"
|
"chalk": "^4.1.0"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user