Ref: dev example updated;

Feat: update package.json;
This commit is contained in:
Lorenzo Iovino 2019-05-03 16:16:10 +02:00
parent 4be121c5ae
commit 9b02a1b1ff
6 changed files with 1374 additions and 1482 deletions

View file

@ -9,7 +9,6 @@
"scripts": {
"transpile": "ngc",
"build": "npm run transpile",
"test": "ng test",
"prepublish": "npm run test",
"publish": "npm run build && cp publishPackage.json ./dist/package.json && cp README.md ./dist/README.md && cd dist && npm publish --access=public && rm -rf ./dist"
},