mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
fix: Remove version 'local'
This commit is contained in:
parent
696f7f8ae4
commit
ce5f8c0c0f
4 changed files with 0 additions and 4 deletions
|
|
@ -17,7 +17,6 @@
|
|||
{
|
||||
"type" : "SPELL",
|
||||
"name" : "echo-spell",
|
||||
"version": "local",
|
||||
"description" : "Return just what receive (example)",
|
||||
"artifact" : "./zeppelin-examples/zeppelin-example-spell-echo",
|
||||
"license" : "Apache-2.0",
|
||||
|
|
|
|||
|
|
@ -17,7 +17,6 @@
|
|||
{
|
||||
"type" : "SPELL",
|
||||
"name" : "flowchart-spell",
|
||||
"version": "local",
|
||||
"description" : "Draw flowchart using http://flowchart.js.org (example)",
|
||||
"artifact" : "./zeppelin-examples/zeppelin-example-spell-flowchart",
|
||||
"license" : "Apache-2.0",
|
||||
|
|
|
|||
|
|
@ -17,7 +17,6 @@
|
|||
{
|
||||
"type" : "SPELL",
|
||||
"name" : "markdown-spell",
|
||||
"version": "local",
|
||||
"description" : "Parse markdown using https://github.com/evilstreak/markdown-js (example)",
|
||||
"artifact" : "./zeppelin-examples/zeppelin-example-spell-markdown",
|
||||
"license" : "Apache-2.0",
|
||||
|
|
|
|||
|
|
@ -17,7 +17,6 @@
|
|||
{
|
||||
"type" : "SPELL",
|
||||
"name" : "translator-spell",
|
||||
"version": "local",
|
||||
"description" : "Translate langauges using Google API (examaple)",
|
||||
"artifact" : "./zeppelin-examples/zeppelin-example-spell-translator",
|
||||
"license" : "Apache-2.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue