fix: Remove version 'local'

This commit is contained in:
1ambda 2017-02-27 13:25:46 +09:00
parent 696f7f8ae4
commit ce5f8c0c0f
4 changed files with 0 additions and 4 deletions

View file

@ -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",

View file

@ -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",

View file

@ -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",

View file

@ -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",