Fix: typo in README.md; Fix: package.json script
This commit is contained in:
parent
6447a6f6be
commit
2f5846ee3a
4 changed files with 20 additions and 69 deletions
|
|
@ -8,9 +8,7 @@
|
|||
"test": "./node_modules/.bin/ng test",
|
||||
"lint": "./node_modules/.bin/ng lint",
|
||||
"e2e": "./node_modules/.bin/ng e2e",
|
||||
"pack": "./node_modules/.bin/ng-packagr -p ./src/lib/package.json",
|
||||
"prepublish": "npm run test",
|
||||
"publish": "npm run pack && npm publish dist --access=public"
|
||||
"pack": "./node_modules/.bin/ng-packagr -p ./src/lib/package.json"
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue