Skip to content

Commit

Permalink
fix: type import
Browse files Browse the repository at this point in the history
  • Loading branch information
louisgv committed Mar 30, 2023
1 parent 7b26029 commit 4c1291e
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
@@ -1,6 +1,6 @@
{
"name": "@plasmohq/mozilla-addons-api",
"version": "2.4.1",
"version": "2.5.0",
"description": "Mozilla Add-ons API for NodeJS",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { expect, test } from "@jest/globals"
import { strFromU8, unzipSync } from "fflate"
import { readFile } from "fs/promises"

import { MozillaAddonsAPI, Options } from "~index"
import { MozillaAddonsAPI, type Options } from "~index"

test("test upload test.zip artifact", async () => {
const unzipped = unzipSync(await readFile("test.zip"))
Expand Down

0 comments on commit 4c1291e

Please sign in to comment.