From 937d9b8d38feceea53590baab8adc1b1946376f3 Mon Sep 17 00:00:00 2001 From: Sonny Piers Date: Thu, 12 Dec 2024 11:50:23 +0100 Subject: [PATCH] v3.1.0 --- .npmignore | 5 ++++- package.json | 7 +++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.npmignore b/.npmignore index 00fd787..7f5b955 100644 --- a/.npmignore +++ b/.npmignore @@ -1,9 +1,12 @@ benchmarks/ test/ -eslint.config.js .github .husky .editorconfig .gitignore .npmignore +.prettierignore + +eslint.config.js +rollup.config.js diff --git a/package.json b/package.json index 9d76eb7..8bf542a 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,12 @@ { "name": "ltx", - "version": "3.0.1", + "version": "3.1.0", "description": "", "author": "Astro", - "repository": "github:xmppjs/ltx", + "repository": { + "type": "git", + "url": "git+https://github.com/xmppjs/ltx.git" + }, "homepage": "http://github.com/xmppjs/ltx", "bugs": "http://github.com/xmppjs/ltx/issues", "type": "module",