mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
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:
parent
62c7d3a5df
commit
721414a21c
3 changed files with 3 additions and 3 deletions
|
|
@ -2,7 +2,7 @@
|
|||
"name": "hyper",
|
||||
"productName": "Hyper",
|
||||
"description": "A terminal built on web technologies",
|
||||
"version": "4.0.0-canary.5",
|
||||
"version": "4.0.0q-canary.6",
|
||||
"license": "MIT",
|
||||
"author": {
|
||||
"name": "ZEIT, Inc.",
|
||||
|
|
|
|||
|
|
@ -211,7 +211,7 @@ function syncPackageJSON() {
|
|||
description: 'Auto-generated from `hyper.json`!',
|
||||
private: true,
|
||||
version: '0.0.1',
|
||||
repository: 'vercel/hyper',
|
||||
repository: 'quine-global/hyper',
|
||||
license: 'MIT',
|
||||
homepage: 'https://hyper.is',
|
||||
dependencies
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "hyper",
|
||||
"version": "4.0.0-canary.5",
|
||||
"version": "4.0.0q-canary.6",
|
||||
"repository": "zeit/hyper",
|
||||
"scripts": {
|
||||
"start": "echo 'please run `yarn run dev` in one tab and then `yarn run app` in another one'",
|
||||
|
|
|
|||
Loading…
Reference in a new issue