Skip to content

Commit cb3bbc0

Browse files
authored
Merge pull request #12 from DenisaCG/sharedPackages
Removed `sharedPackages` configuration
2 parents 8344152 + 9a7beb4 commit cb3bbc0

File tree

4 files changed

+10
-11
lines changed

4 files changed

+10
-11
lines changed

.eslintignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,8 @@ tests
77
**/__tests__
88
ui-tests
99
CHANGELOG.md
10+
11+
examples
12+
.eslintignore
13+
.eslintrc.js
14+
.gitignore

MANIFEST.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,6 @@ global-exclude *.pyc
2424
global-exclude *.pyo
2525
global-exclude .git
2626
global-exclude .ipynb_checkpoints
27+
28+
# Examples
29+
recursive-include examples *.jpblockly

examples/movement-example.jpblockly

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"blocks":{"languageVersion":0,"blocks":[{"type":"niryo_one_connect","id":"daHwh[e6jtG#fh-i8ewz","x":176,"y":89,"fields":{"ip_0":10,"ip_1":10,"ip_2":10,"ip_3":10},"inputs":{"DO":{"block":{"type":"niryo_one_move_joints","id":"QKjvAW4f%h5[9b0xWOR_","fields":{"JOINTS_1":0,"JOINTS_2":0,"JOINTS_3":0,"JOINTS_4":0,"JOINTS_5":0,"JOINTS_6":0},"next":{"block":{"type":"niryo_one_move_joints","id":")K{~gp)SO(SWt{@ST5m!","fields":{"JOINTS_1":1,"JOINTS_2":1,"JOINTS_3":1,"JOINTS_4":1,"JOINTS_5":1,"JOINTS_6":1},"next":{"block":{"type":"niryo_one_move_joints","id":"]Cx.bVc8#Y_w;g]jl|%x","fields":{"JOINTS_1":60,"JOINTS_2":90,"JOINTS_3":60,"JOINTS_4":90,"JOINTS_5":0,"JOINTS_6":60},"next":{"block":{"type":"niryo_one_move_to_home_pose","id":"(eEKneN4=Zx1|c{N#dFy"}}}}}}}}}}]}}

package.json

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -87,17 +87,7 @@
8787
},
8888
"jupyterlab": {
8989
"extension": true,
90-
"outputDir": "jupyterlab_niryo_one/labextension",
91-
"sharedPackages": {
92-
"jupyterlab-blockly": {
93-
"bundled": false,
94-
"singleton": true
95-
},
96-
"blockly": {
97-
"bundled": false,
98-
"singleton": true
99-
}
100-
}
90+
"outputDir": "jupyterlab_niryo_one/labextension"
10191
},
10292
"jupyter-releaser": {
10393
"hooks": {

0 commit comments

Comments
 (0)