Skip to content

Commit

Permalink
release: v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
onlyhom committed Apr 23, 2023
1 parent 8313466 commit f564967
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "onlyhom",
"license": "MIT",
"private": false,
"version": "1.3.4",
"version": "1.4.0",
"main": "dist/mobile-select.umd.js",
"module": "dist/mobile-select.es.js",
"typings": "dist/mobile-select.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion scripts/build-html.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { resolve } from "path";
import { promises as fs } from "fs";
import { fileURLToPath } from "url";
import packageJson from "../package.json" assert { type: "json" }; // Import assertions became required after v17.5.0 (related to this change:github.com/nodejs/node/pull/40785).
import packageJson from "../package.json" assert { type: "json" }; // Import assertions became required after v17.5.0 (related to this change:github.com/nodejs/node/pull/40785).
import glob from "fast-glob";

const __dirname = fileURLToPath(import.meta.url);
Expand Down

0 comments on commit f564967

Please sign in to comment.