Skip to content

Commit f2a5314

Browse files
authored
Merge pull request #19 from jupyter-robotics/updateLinks
Update repository links for new organisation
2 parents e408671 + b09015a commit f2a5314

File tree

4 files changed

+19
-19
lines changed

4 files changed

+19
-19
lines changed

examples/untitled.jpblockly

Whitespace-only changes.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"Niryo",
1111
"Niryo-One"
1212
],
13-
"homepage": "https://github.com/QuantStack/jupyterlab-niryo-one",
13+
"homepage": "https://github.com/jupyter-robotics/jupyterlab-niryo-one",
1414
"bugs": {
15-
"url": "https://github.com/QuantStack/jupyterlab-niryo-one/issues"
15+
"url": "https://github.com/jupyter-robotics/jupyterlab-niryo-one/issues"
1616
},
1717
"license": "BSD-3-Clause",
1818
"author": {
@@ -28,7 +28,7 @@
2828
"style": "style/index.css",
2929
"repository": {
3030
"type": "git",
31-
"url": "https://github.com/QuantStack/jupyterlab-niryo-one.git"
31+
"url": "https://github.com/jupyter-robotics/jupyterlab-niryo-one.git"
3232
},
3333
"scripts": {
3434
"build": "jlpm build:lib && jlpm build:labextension:dev",

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ classifiers = [
2323
"Programming Language :: Python :: 3.12",
2424
]
2525
dependencies = [
26-
"jupyterlab-blockly>=0.3.2,<0.4"
26+
"jupyterlab-blockly>=0.3.2,<0.4",
27+
"pyniryo>=1.1.2,<2"
2728
]
2829
dynamic = ["version", "description", "authors", "urls", "keywords"]
2930

webpack.config.js

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
// @ts-check
22

33
module.exports = /** @type { import('webpack').Configuration } */ ({
4-
devtool: 'source-map',
5-
module: {
6-
rules: [
7-
// Load Blockly source maps.
8-
{
9-
test: /(blockly\/.*\.js)$/,
10-
use: [require.resolve('source-map-loader')],
11-
enforce: 'pre'
12-
}
13-
].filter(Boolean)
14-
},
15-
// https://github.com/google/blockly-samples/blob/9974e85becaa8ad17e35b588b95391c85865dafd/plugins/dev-scripts/config/webpack.config.js#L118-L120
16-
ignoreWarnings: [/Failed to parse source map/]
17-
});
18-
4+
devtool: 'source-map',
5+
module: {
6+
rules: [
7+
// Load Blockly source maps.
8+
{
9+
test: /(blockly\/.*\.js)$/,
10+
use: [require.resolve('source-map-loader')],
11+
enforce: 'pre'
12+
}
13+
].filter(Boolean)
14+
},
15+
// https://github.com/google/blockly-samples/blob/9974e85becaa8ad17e35b588b95391c85865dafd/plugins/dev-scripts/config/webpack.config.js#L118-L120
16+
ignoreWarnings: [/Failed to parse source map/]
17+
});

0 commit comments

Comments
 (0)