From a205463a5203afeef35a93e795237bc7964c0235 Mon Sep 17 00:00:00 2001 From: Manuel Bieh Date: Tue, 6 Aug 2013 14:47:05 +0200 Subject: [PATCH] Added missing dependency --- Gruntfile.js | 1 + component.json | 87 +++++++++++++++++++++++++------------------------- package.json | 87 +++++++++++++++++++++++++------------------------- 3 files changed, 89 insertions(+), 86 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index aa804f5..6724039 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -6,6 +6,7 @@ module.exports = function(grunt) { grunt.loadNpmTasks('grunt-contrib-clean'); grunt.loadNpmTasks('grunt-contrib-uglify'); grunt.loadNpmTasks('grunt-text-replace'); + grunt.loadNpmTasks('grunt-jslint'); var fs = require('fs'); diff --git a/component.json b/component.json index e5a53cb..03f2cb5 100644 --- a/component.json +++ b/component.json @@ -1,45 +1,46 @@ { - "name": "geolib", - "homepage": "http://github.com/manuelbieh/Geolib", - "author": { - "name": "Manuel Bieh", - "url": "http://www.manuelbieh.com/" - }, - "bin": { - "geolib": "./geolib.js" - }, - "repository": { - "type": "git", - "url": "http://github.com/manuelbieh/geolib.git" - }, - "devDependencies": { - "grunt": ">0.3", - "grunt-cli": "*", - "grunt-contrib-uglify": "*", - "grunt-contrib-concat": "*", - "grunt-contrib-clean": "*", - "grunt-contrib-copy": "*", - "grunt-text-replace": "*", - "phantomjs": "~1.8.0" - }, - "licenses": [ - { - "type": "LGPL", - "url": "http://www.gnu.org/licenses/lgpl-3.0.txt" - } - ], - "files": [ - "geolib.js" - ], - "description": "Library to perform geo specific tasks", - "keywords": [ - "geolocation", - "geo", - "distance" - ], - "scripts": { - "test": "grunt travis --verbose" - }, - "version": "1.3.0", - "main": "./geolib" + "name": "geolib", + "homepage": "http://github.com/manuelbieh/Geolib", + "author": { + "name": "Manuel Bieh", + "url": "http://www.manuelbieh.com/" + }, + "bin": { + "geolib": "./geolib.js" + }, + "repository": { + "type": "git", + "url": "http://github.com/manuelbieh/geolib.git" + }, + "devDependencies": { + "grunt": ">0.3", + "grunt-cli": "*", + "grunt-contrib-uglify": "*", + "grunt-contrib-concat": "*", + "grunt-contrib-clean": "*", + "grunt-contrib-copy": "*", + "grunt-text-replace": "*", + "phantomjs": "~1.8.0", + "grunt-jslint": "~1.0.0" + }, + "licenses": [ + { + "type": "LGPL", + "url": "http://www.gnu.org/licenses/lgpl-3.0.txt" + } + ], + "files": [ + "geolib.js" + ], + "description": "Library to perform geo specific tasks", + "keywords": [ + "geolocation", + "geo", + "distance" + ], + "scripts": { + "test": "grunt travis --verbose" + }, + "version": "1.3.0", + "main": "./geolib" } diff --git a/package.json b/package.json index e5a53cb..03f2cb5 100644 --- a/package.json +++ b/package.json @@ -1,45 +1,46 @@ { - "name": "geolib", - "homepage": "http://github.com/manuelbieh/Geolib", - "author": { - "name": "Manuel Bieh", - "url": "http://www.manuelbieh.com/" - }, - "bin": { - "geolib": "./geolib.js" - }, - "repository": { - "type": "git", - "url": "http://github.com/manuelbieh/geolib.git" - }, - "devDependencies": { - "grunt": ">0.3", - "grunt-cli": "*", - "grunt-contrib-uglify": "*", - "grunt-contrib-concat": "*", - "grunt-contrib-clean": "*", - "grunt-contrib-copy": "*", - "grunt-text-replace": "*", - "phantomjs": "~1.8.0" - }, - "licenses": [ - { - "type": "LGPL", - "url": "http://www.gnu.org/licenses/lgpl-3.0.txt" - } - ], - "files": [ - "geolib.js" - ], - "description": "Library to perform geo specific tasks", - "keywords": [ - "geolocation", - "geo", - "distance" - ], - "scripts": { - "test": "grunt travis --verbose" - }, - "version": "1.3.0", - "main": "./geolib" + "name": "geolib", + "homepage": "http://github.com/manuelbieh/Geolib", + "author": { + "name": "Manuel Bieh", + "url": "http://www.manuelbieh.com/" + }, + "bin": { + "geolib": "./geolib.js" + }, + "repository": { + "type": "git", + "url": "http://github.com/manuelbieh/geolib.git" + }, + "devDependencies": { + "grunt": ">0.3", + "grunt-cli": "*", + "grunt-contrib-uglify": "*", + "grunt-contrib-concat": "*", + "grunt-contrib-clean": "*", + "grunt-contrib-copy": "*", + "grunt-text-replace": "*", + "phantomjs": "~1.8.0", + "grunt-jslint": "~1.0.0" + }, + "licenses": [ + { + "type": "LGPL", + "url": "http://www.gnu.org/licenses/lgpl-3.0.txt" + } + ], + "files": [ + "geolib.js" + ], + "description": "Library to perform geo specific tasks", + "keywords": [ + "geolocation", + "geo", + "distance" + ], + "scripts": { + "test": "grunt travis --verbose" + }, + "version": "1.3.0", + "main": "./geolib" }