npm include files

This commit is contained in:
2019-03-14 21:06:04 +01:00
parent ca366edbb6
commit 58ed4fc0ce
2 changed files with 5 additions and 1 deletions

View File

@@ -1,4 +1,7 @@
# typescript-starter
git clone https://solidt.eu/git/niels.kooiman/typescript-starter.git
npm run pkg-update
npm run pkg-update
# use the package
npm i --save git+https://solidt.eu/git/niels.kooiman/typescript-starter.git

View File

@@ -16,6 +16,7 @@
},
"author": "Niels Kooiman <niels.kooiman@gmail.com>",
"license": "UNLICENCED",
"files": [ "dist/**/*.*" ],
"devDependencies": {
"@types/jasmine": "^3.3.9",
"jasmine": "^3.3.1",