Skip to content

Commit

Permalink
fix(package): Update package lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
mfilip committed Sep 25, 2024
1 parent 4b6690d commit e0246a3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

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

4 changes: 1 addition & 3 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@ import babel from "@rollup/plugin-babel";
import terser from "@rollup/plugin-terser";
import resolve from "@rollup/plugin-node-resolve";
import commonjs from "@rollup/plugin-commonjs";

import packageJson from "./package.json" with { type: "json" };
const { version, license, dependencies } = packageJson;

import { version, dependencies, license } from "./package.json";
const { version, license, dependencies } = packageJson;

const input = "node_modules/@ideal-postcodes/address-finder/esm/index.js";

Expand Down

0 comments on commit e0246a3

Please sign in to comment.