Skip to content

Commit

Permalink
ci: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
telesoho committed Sep 16, 2024
1 parent 35daa6e commit 2b33e98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xclip",
"version": "1.0.5",
"version": "1.0.6",
"description": "A crossplatform clipboard tools for copy & paste text, html and image.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down
4 changes: 2 additions & 2 deletions test/clipboard.test.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
jest.useRealTimers();
// jest.unmock("../src/clipboard/win10");
import { getShell } from "../src/os";
import { ClipboardType, IClipboard } from "../src/clipboard_interface";
import { fileURLToPath,pathToFileURL, URL } from "node:url";
import { ClipboardType } from "../src/clipboard_interface";
import { pathToFileURL } from "node:url";
import * as fs from "fs";
import * as utils from "../src/utils";
import path from "path";
Expand Down

0 comments on commit 2b33e98

Please sign in to comment.