Skip to content

Commit 0606de6

Browse files
committed
Update package.json
v4.1.0 - Added ipv6 support [#161](#161), Thanks [@v0lume](https://github.com/v0lume) - Added support for other ip providers - `ipify.org`, `ipinfo.io`, `ipapi.co`, `my-ip.io`, and `getmyip.dev` - Housekeeping and updated dependencies. **Full Changelog**: v4.0.0...v4.1.0
1 parent 5f9fc07 commit 0606de6

File tree

2 files changed

+2
-149
lines changed

2 files changed

+2
-149
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@
5353
"prepublishOnly": "npm run lint && npm run build && npm run plugin-ui && npm run docs && npm run docs:lint && npm run docs:theme",
5454
"postpublish": "npm run clean && npm ci",
5555
"clean": "shx rm -rf ./dist",
56+
"test": "vitest run",
57+
"test:watch": "vitest watch",
5658
"test-coverage": "npm run test -- --coverage",
5759
"docs": "typedoc",
5860
"docs:lint": "typedoc --emit none --treatWarningsAsErrors",

src/platform.test.ts

Lines changed: 0 additions & 149 deletions
This file was deleted.

0 commit comments

Comments
 (0)