add typings to package.json
This commit is contained in:
parent
b4c6bff74d
commit
abf2234480
@ -3,6 +3,7 @@
|
|||||||
"version": "1.0.6",
|
"version": "1.0.6",
|
||||||
"description": "easy communication with docker from node, TypeScript ready",
|
"description": "easy communication with docker from node, TypeScript ready",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
|
"typings":"dist/index.d.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "npmts --notest && npm run build && npm run startdocker && npm run cleanup",
|
"test": "npmts --notest && npm run build && npm run startdocker && npm run cleanup",
|
||||||
"build": "docker build -t npmts-test-image .",
|
"build": "docker build -t npmts-test-image .",
|
||||||
|
Loading…
Reference in New Issue
Block a user