mirror of
https://git.stamm.me/OpenServer/NodeLogging.git
synced 2024-11-15 02:11:04 +00:00
adding typings
This commit is contained in:
parent
8e7c381863
commit
ada3e46734
@ -1,10 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "logger",
|
"name": "logger",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "out/index.js",
|
"main": "out/index.js",
|
||||||
|
"types": "out/index.d.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "npm tsc",
|
"build": "tsc",
|
||||||
"test": "node out/test.js"
|
"test": "node out/test.js"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
@ -17,4 +18,4 @@
|
|||||||
"@types/node": "^8.0.24",
|
"@types/node": "^8.0.24",
|
||||||
"typescript": "^2.4.2"
|
"typescript": "^2.4.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user