Merged ng-package.json into package.json.
Showing
+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": { | ||
... | ... |
Please register or sign in to comment