Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
volumeint committed May 2, 2017
1 parent 3e5f164 commit 62a60b4
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
{
"name": "volume-leaflet",
"description" : "Geospatial visualization using the Leaflet map library.",
"description": "Geospatial visualization using the Leaflet map library.",
"author": "Tom Grant <tgrant@volumeintegration.com> (http://volumeintegration.com)",
"version": "1.0.0",
"version": "1.0.1",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "jq '{ type: .helium.type, name: .name, description: .description, artifact: (.name + \"@\"+ .version), license: .license, icon: .helium.icon}' package.json > volume-leaflet.json",
"helium.dev": "jq --arg pwd `pwd` '{ type: .helium.type, name: .name, description: .description, artifact: $pwd, license: .license, icon: .helium.icon}' package.json > volume-leaflet.json"
},
"keywords" : [ "zeppelin", "helium", "visualization" ],
"keywords": [
"zeppelin",
"helium",
"visualization"
],
"license": "BSD-2-Clause",
"dependencies": {
"zeppelin-tabledata": "*",
Expand Down

0 comments on commit 62a60b4

Please sign in to comment.