From ada16ff2c17c7fc1da0a1618e7f569c9f98ff420 Mon Sep 17 00:00:00 2001 From: JooYoung Seo Date: Thu, 29 Feb 2024 11:06:23 -0600 Subject: [PATCH] feat!: change base GitHub URL from uiuc-ischool-accessible-computing-lab to xability --- package.json | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/package.json b/package.json index 3f49ea9be..461d61154 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "maidr", "version": "2.3.0", - "description": "maidr: Multimodal Access and Interactive Data Representation. maidr is a system for non-visual access and control of statistical charts. It aims to provide an inclusive experience for users with visual impairments by offering multiple modes of interaction: braille, text, and sonification. This comprehensive approach enhances the accessibility of data visualization and encourages a multi-model exploration on visualization. Check out the current build: [MAIDR Demo](https://uiuc-ischool-accessible-computing-lab.github.io/maidr/user_study_pilot/intro.html).", + "description": "maidr: Multimodal Access and Interactive Data Representation. maidr is a system for non-visual access and control of statistical charts. It aims to provide an inclusive experience for users with visual impairments by offering multiple modes of interaction: braille, text, and sonification. This comprehensive approach enhances the accessibility of data visualization and encourages a multi-model exploration on visualization. Check out the current build: [MAIDR Demo](https://xability.github.io/maidr/user_study_pilot/intro.html).", "main": "dist/maidr.js", "scripts": { "prepare": "husky install", @@ -13,20 +13,18 @@ "commitlint": "commitlint", "semantic-release": "semantic-release" }, - "files": [ - "dist/*" - ], + "files": ["dist/*"], "repository": { "type": "git", - "url": "git+https://github.com/uiuc-ischool-accessible-computing-lab/maidr.git" + "url": "git+https://github.com/xability/maidr.git" }, "keywords": [], "author": "JooYoung Seo", "license": "GPL-3.0", "bugs": { - "url": "https://github.com/uiuc-ischool-accessible-computing-lab/maidr/issues" + "url": "https://github.com/xability/maidr/issues" }, - "homepage": "https://github.com/uiuc-ischool-accessible-computing-lab/maidr#readme", + "homepage": "https://github.com/xability/maidr#readme", "devDependencies": { "@commitlint/cli": "^18.4.3", "@commitlint/config-conventional": "^18.4.3", @@ -59,9 +57,7 @@ "testEnvironment": "jsdom" }, "release": { - "branches": [ - "main" - ], + "branches": ["main"], "plugins": [ "@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator", @@ -69,10 +65,7 @@ "@semantic-release/npm", { "path": "@semantic-release/git", - "assets": [ - "package.json", - "CHANGELOG.md" - ], + "assets": ["package.json", "CHANGELOG.md"], "message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}" }, "@semantic-release/github"