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",