Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Feb 15, 2024
1 parent 42467a0 commit 08484b7
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 27 deletions.
5 changes: 5 additions & 0 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"npmClient": "jlpm",
"version": "0.1.1",
"useWorkspaces": true
}
8 changes: 0 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,6 @@
},
"license": "BSD-3-Clause",
"author": "JupyterLite Contributors",
"files": [
"lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}",
"style/**/*.{css,js,eot,gif,html,jpg,json,png,svg,woff2,ttf}",
"src/**/*.{ts,tsx}"
],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"style": "style/index.css",
"repository": {
"type": "git",
"url": "https://github.com/jupyterlite/javascript-kernel.git"
Expand Down
6 changes: 3 additions & 3 deletions packages/javascript-kernel-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"name": "@jupyterlite/javascript-kernel-extension",
"version": "0.2.3",
"description": "JupyterLite - JavaScript Kernel Extension",
"homepage": "https://github.com/jupyterlite/jupyterlite",
"homepage": "https://github.com/jupyterlite/javascript-kernel",
"bugs": {
"url": "https://github.com/jupyterlite/jupyterlite/issues"
"url": "https://github.com/jupyterlite/javascript-kernel/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/jupyterlite/jupyterlite.git"
"url": "https://github.com/jupyterlite/javascript-kernel.git"
},
"license": "BSD-3-Clause",
"author": "JupyterLite Contributors",
Expand Down
13 changes: 1 addition & 12 deletions packages/javascript-kernel-extension/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,5 @@
"outDir": "lib",
"rootDir": "src"
},
"include": ["src/**/*"],
"references": [
{
"path": "../../packages/kernel"
},
{
"path": "../../packages/javascript-kernel"
},
{
"path": "../../packages/server"
}
]
"include": ["src/**/*"]
}
6 changes: 3 additions & 3 deletions packages/javascript-kernel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"name": "@jupyterlite/javascript-kernel",
"version": "0.2.3",
"description": "JupyterLite - JavaScript Kernel",
"homepage": "https://github.com/jupyterlite/jupyterlite",
"homepage": "https://github.com/jupyterlite/javascript-kernel",
"bugs": {
"url": "https://github.com/jupyterlite/jupyterlite/issues"
"url": "https://github.com/jupyterlite/javascript-kernel/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/jupyterlite/jupyterlite.git"
"url": "https://github.com/jupyterlite/javascript-kernel.git"
},
"license": "BSD-3-Clause",
"author": "JupyterLite Contributors",
Expand Down
2 changes: 1 addition & 1 deletion packages/javascript-kernel/src/kernel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export class JavaScriptKernel extends BaseKernel implements IKernel {
help_links: [
{
text: 'JavaScript Kernel',
url: 'https://github.com/jupyterlite/jupyterlite'
url: 'https://github.com/jupyterlite/javascript-kernel'
}
]
};
Expand Down

0 comments on commit 08484b7

Please sign in to comment.