Bump version to 4.0.0q-canary.6, switch URL to point to quine fork (#87)

* Bump version to 4.0.0q-canary.6

* Update url
This commit is contained in:
Philip Peterson 2024-11-29 00:12:10 -09:00 committed by GitHub
parent 62c7d3a5df
commit 721414a21c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
"name": "hyper", "name": "hyper",
"productName": "Hyper", "productName": "Hyper",
"description": "A terminal built on web technologies", "description": "A terminal built on web technologies",
"version": "4.0.0-canary.5", "version": "4.0.0q-canary.6",
"license": "MIT", "license": "MIT",
"author": { "author": {
"name": "ZEIT, Inc.", "name": "ZEIT, Inc.",

View file

@ -211,7 +211,7 @@ function syncPackageJSON() {
description: 'Auto-generated from `hyper.json`!', description: 'Auto-generated from `hyper.json`!',
private: true, private: true,
version: '0.0.1', version: '0.0.1',
repository: 'vercel/hyper', repository: 'quine-global/hyper',
license: 'MIT', license: 'MIT',
homepage: 'https://hyper.is', homepage: 'https://hyper.is',
dependencies dependencies

View file

@ -1,6 +1,6 @@
{ {
"name": "hyper", "name": "hyper",
"version": "4.0.0-canary.5", "version": "4.0.0q-canary.6",
"repository": "zeit/hyper", "repository": "zeit/hyper",
"scripts": { "scripts": {
"start": "echo 'please run `yarn run dev` in one tab and then `yarn run app` in another one'", "start": "echo 'please run `yarn run dev` in one tab and then `yarn run app` in another one'",