Skip to content

Commit

Permalink
Adds pnpm lock file.
Browse files Browse the repository at this point in the history
Refs #48.

Generated with `pnpm import`. Also needed to disable strict peer deps as `@bazel/concatjs` requires Karma peer deps even though those rules are not used in `rules_prerender`.
  • Loading branch information
dgp1130 committed Jul 20, 2022
1 parent aafa060 commit f752496
Show file tree
Hide file tree
Showing 2 changed files with 2,716 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
# Empty file which the release process appends to with the NPM access token.
# Ignore peer dependencies from `@bazel/concatjs` to Karma packages which aren't used.
# TODO(#48): Remove once migrated off `@bazel/concatjs`.
strict-peer-dependencies=false

# Release process also appends the NPM access token here.
Loading

0 comments on commit f752496

Please sign in to comment.