Skip to content

Commit c062de9

Browse files
committed
chore(deps): whitelist dependency
1 parent 8b14ead commit c062de9

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"ng": "ng",
66
"start": "ng serve",
77
"build": "ng build",
8-
"build:lib": "npm run copy:readme && ng build pretty-html-log",
9-
"copy:readme": "copyfiles ./README.md ./projects/pretty-html-log",
8+
"build:lib": "ng build pretty-html-log && npm run copy:readme",
9+
"copy:readme": "copyfiles ./README.md ./dist/pretty-html-log",
1010
"format:check": "prettier --list-different 'projects/**/*.ts'",
1111
"format:write": "prettier --write 'projects/**/*.ts'",
1212
"publish:lib": "npx semantic-release",

projects/pretty-html-log/ng-package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"dest": "../../dist/pretty-html-log",
44
"lib": {
55
"entryFile": "src/public-api.ts"
6-
}
7-
}
6+
},
7+
"whitelistedNonPeerDependencies": ["pretty-html-log"]
8+
}

0 commit comments

Comments
 (0)