From 901909dbb9456ad8211d4073891b927bc48f5e15 Mon Sep 17 00:00:00 2001 From: Martin Trapp <94928215+martrapp@users.noreply.github.com> Date: Thu, 18 Jul 2024 18:35:00 +0200 Subject: [PATCH] glam up --- README.md | 6 ++++-- package.json | 13 +++++++------ 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index ec9c9d9..efffb1f 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ # The Inspection Chamber -The Test Chamber is your ultimate playground for experimenting with the View Transition API. Whether you're working with same-document or cross-document transitions, this test bench has got you covered. +The Inspection Chamber is your ultimate playground for experimenting with the View Transition API. Whether you're working with same-document or cross-document transitions, this test bench has got you covered. -With a comprehensive set of controls at your fingertips, you can interactively test and fine-tune your view transitions to perfection. Dive in and explore all the features the Test Chamber offers to elevate your web development projects! +With a comprehensive set of controls at your fingertips, you can interactively test and fine-tune your view transitions to perfection. Dive in and explore all the features the Inspection Chamber offers to elevate your web development projects! + +See the Documentation at [https://vtbag.pages.dev](https://vtbag.pages.dev)! # @vtbag diff --git a/package.json b/package.json index c15f776..d01c944 100644 --- a/package.json +++ b/package.json @@ -2,13 +2,13 @@ "name": "@vtbag/inspection-chamber", "version": "1.0.0", "main": "lib/index.js", - "description": "The Inspection Chamber gives you all the knobs and dials to interactively put your view transitions through its paces.", + "description": "The Inspection Chamber gives you all the knobs and dials to interactively put your view transitions through their paces.", "files": [ - "lib/*.js" + "lib/index.js" ], "scripts": { "dev": "bin/bundle dev", - "build": "bin/bundle full", + "build": "npm run format && bin/bundle", "format": "prettier --write src", "test": "bin/test", "changeset": "changeset", @@ -16,19 +16,20 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/vtbag/test-chamber.git" + "url": "git+https://github.com/vtbag/inspection-chamber.git" }, "keywords": [ "view", "transitions", + "view transition", "VT" ], "author": "vtbag", "license": "ISC", "bugs": { - "url": "https://github.com/vtbag/test-chamber/issues" + "url": "https://github.com/vtbag/inspection-chamber/issues" }, - "homepage": "https://github.com/vtbag/test-chamber#readme", + "homepage": "https://vtbag.pages.dev", "funding": { "type": "github", "url": "https://github.com/sponsors/martrapp"