Skip to content

Commit

Permalink
Format consistency + included homepage in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-albuixech committed Apr 24, 2015
1 parent 723fc24 commit 8ab62fc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/node-dandelion.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
var request = require('request'),
os = require('os');

var VERSION = '0.1.1';
var VERSION = '0.1.2';
var dandelionBaseURI = 'https://api.dandelion.eu/datatxt/';
var txtSimBaseURI = "sim/v1/";
var dandelionAppId = "";
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-dandelion",
"description": "A Dandelion.eu JSON Web Service Client",
"description": "A nodejs client for the Dandelion.eu API",
"keywords": [
"dandelion",
"semantic",
Expand All @@ -9,8 +9,8 @@
"txtsim",
"api"
],
"version": "0.1.1",
"homepage": "http://www.jeremy-albuixech.com",
"version": "0.1.2",
"homepage": "http://jeremy-albuixech.com/node-dandelion",
"repository": {
"type": "git",
"url": "git://github.com/albi34/node-dandelion.git"
Expand Down Expand Up @@ -47,6 +47,6 @@
"bugs": {
"url": "https://github.com/albi34/node-dandelion/issues"
},
"_id": "[email protected].1",
"_from": "node-dandelion@^0.1.1"
"_id": "[email protected].2",
"_from": "node-dandelion@^0.1.2"
}

0 comments on commit 8ab62fc

Please sign in to comment.