Commit 80ecfce1 authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Merged ng-package.json into package.json.

No related merge requests found
Showing with 7 additions and 2 deletions
+7 -2
......@@ -45,7 +45,7 @@
"karma-jasmine-html-reporter": "^1.4.2",
"lint-staged": "^10.0.0-0",
"lodash": "^4.17.15",
"ng-packagr": "^5.5.1",
"ng-packagr": "^5.6.1",
"prettier": "^1.18.2",
"prettier-tslint": "^0.4.2",
"primeng": "^8.0.3",
......@@ -64,7 +64,12 @@
"test": "ng test --code-coverage --no-watch --no-progress",
"lint": "ng lint && prettier --check '*.{js,json}'",
"lint:fix": "ng lint --fix && prettier --write '*.{js,json}'",
"package": "ng-packagr"
"package": "ng-packagr -p package.json"
},
"ngPackage": {
"lib": {
"entryFile": "src/index.ts"
}
},
"husky": {
"hooks": {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment