Skip to content

Commit

Permalink
9.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tjoskar committed Jan 3, 2022
1 parent 93d3495 commit c823abe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"$schema": "./node_modules/ng-packagr/package.schema.json",
"name": "ng-lazyload-image",
"version": "9.1.0",
"version": "9.1.1",
"description": "Lazy image loader for Angular > v2",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -66,7 +66,9 @@
],
"jest": {
"preset": "jest-preset-angular",
"setupFilesAfterEnv": ["<rootDir>/setup-jest.ts"],
"setupFilesAfterEnv": [
"<rootDir>/setup-jest.ts"
],
"modulePathIgnorePatterns": [
"<rootDir>/dist",
"<rootDir>/example"
Expand Down

0 comments on commit c823abe

Please sign in to comment.