Skip to content

Commit

Permalink
fixed: refrencing mocha in index.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
alselawi committed May 25, 2023
1 parent 19924b5 commit 53bdbcf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion dist/node/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/// <reference types="mocha" />
import { transform } from "./transform";
import { ListingProps, Options } from "./types";
declare const anchorme: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "anchorme",
"version": "3.0.4",
"version": "3.0.5",
"description": "A library to convert URLs to a clickable HTML anchor elements",
"main": "./dist/node/index.js",
"types": "./dist/node/index.d.ts",
Expand Down

0 comments on commit 53bdbcf

Please sign in to comment.