Skip to content

Commit

Permalink
Move jupyter edit to jupyterfails monorepo (with license change)
Browse files Browse the repository at this point in the history
  • Loading branch information
martenrichter committed Jan 19, 2025
1 parent 3d254d2 commit 0cfe1ae
Show file tree
Hide file tree
Showing 5 changed files with 67 additions and 297 deletions.
64 changes: 64 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fails-components/app",
"version": "1.2.13",
"description": "Fails app ",
"description": "Fails app",
"author": "Marten Richter",
"license": "AGPL-3.0-or-later",
"repository": {
Expand All @@ -12,6 +12,7 @@
"dependencies": {
"@fails-components/config": "^1.5.4",
"@fails-components/data": "^1.4.1",
"@fails-components/jupyter-react-edit": "file:../jupyterfails/packages/jupyterreactedit",
"axios": "^1.7.4",
"dexie": "^3.2.2",
"image-blob-reduce": "^3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion src/app.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ import failsLogoLongExp from './logo/logo1exp.svg'
import Dexie from 'dexie'
import JSZip from 'jszip'
import QrScanner from 'qr-scanner'
import { JupyterEdit } from './jupyteredit.jsx'
import { JupyterEdit } from '@fails-components/jupyter-react-edit'

QrScanner.WORKER_PATH = new URL(
'../node_modules/qr-scanner/qr-scanner-worker.min.js',
Expand Down
7 changes: 0 additions & 7 deletions src/jupyteredit.css

This file was deleted.

Loading

0 comments on commit 0cfe1ae

Please sign in to comment.