From 58ed4fc0cebf13b2e499a6915588df446a970576 Mon Sep 17 00:00:00 2001 From: Niels Kooiman Date: Thu, 14 Mar 2019 21:06:04 +0100 Subject: [PATCH] npm include files --- README.md | 5 ++++- package.json | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cadbfe0..2bb400e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # typescript-starter git clone https://solidt.eu/git/niels.kooiman/typescript-starter.git -npm run pkg-update \ No newline at end of file +npm run pkg-update + +# use the package +npm i --save git+https://solidt.eu/git/niels.kooiman/typescript-starter.git \ No newline at end of file diff --git a/package.json b/package.json index 64f700d..d876100 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,7 @@ }, "author": "Niels Kooiman ", "license": "UNLICENCED", + "files": [ "dist/**/*.*" ], "devDependencies": { "@types/jasmine": "^3.3.9", "jasmine": "^3.3.1",