This commit is contained in:
Peter Williams 2021-01-28 16:34:12 -05:00
Родитель cfc69eece2
Коммит ed678c880b
3 изменённых файлов: 6 добавлений и 6 удалений

Просмотреть файл

@ -1,5 +1,5 @@
[repo]
upstream_urls = [
'git@github.com:WorldWideTelescope/wwt-research-kit.git',
'https://github.com/WorldWideTelescope/wwt-research-kit.git'
'git@github.com:WorldWideTelescope/wwt-jupyterlab.git',
'https://github.com/WorldWideTelescope/wwt-jupyterlab.git'
]

Просмотреть файл

@ -1,4 +1,4 @@
[![Build Status](https://dev.azure.com/aasworldwidetelescope/WWT/_apis/build/status/WorldWideTelescope.wwt-research-kit?branchName=master)](https://dev.azure.com/aasworldwidetelescope/WWT/_build/latest?definitionId=24&branchName=master)
[![Build Status](https://dev.azure.com/aasworldwidetelescope/WWT/_apis/build/status/WorldWideTelescope.wwt-jupyterlab?branchName=master)](https://dev.azure.com/aasworldwidetelescope/WWT/_build/latest?definitionId=24&branchName=master)
# `@wwtelescope/jupyterlab`

Просмотреть файл

@ -2,7 +2,7 @@
"author": "The AAS WorldWide Telescope Team <wwt@aas.org>",
"bugs": {
"email": "wwt@aas.org",
"url": "https://github.com/WorldWideTelescope/wwt-research-kit/issues"
"url": "https://github.com/WorldWideTelescope/wwt-jupyterlab/issues"
},
"dependencies": {
"@jupyterlab/application": "^2.2.6 || ^3.0.0",
@ -40,7 +40,7 @@
"dist/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}",
"style/**/*.{css,eot,gif,html,jpg,json,png,svg,woff2,ttf}"
],
"homepage": "https://github.com/WorldWideTelescope/wwt-research-kit",
"homepage": "https://github.com/WorldWideTelescope/wwt-jupyterlab",
"jupyterlab": {
"extension": true
},
@ -54,7 +54,7 @@
"name": "@wwtelescope/jupyterlab",
"repository": {
"type": "git",
"url": "https://github.com/WorldWideTelescope/wwt-research-kit.git"
"url": "https://github.com/WorldWideTelescope/wwt-jupyterlab.git"
},
"scripts": {
"build": "tsc",