Skip to content

Commit e33e4aa

Browse files
committed
Build: Add missing dependency and generate package-lock
In production `@hint/utils` can ended up under `formatter-html` instead of being hoisted. To avoid that we add it as a direct dependency. Also, with the recent changes in `hint` we decided to add back `package-lock.json` to help prune unused dependencies in production.
1 parent 96b3a4a commit e33e4aa

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.npmrc

-1
This file was deleted.

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"dependencies": {
33
"@hint/formatter-html": "^4.1.12",
4+
"@hint/utils": "^7.0.0",
45
"@hint/utils-i18n": "^1.0.0",
56
"algoliasearch": "^3.35.1",
67
"applicationinsights": "^1.6.0",

0 commit comments

Comments
 (0)