From 114f0bc4dd4c3cf6accfe6c9c2a7862b78e6daa6 Mon Sep 17 00:00:00 2001 From: Eduardo Lundgren Date: Thu, 2 Apr 2015 23:07:58 -0300 Subject: [PATCH] Removes peer dependencies --- Gruntfile.js | 16 ---------------- README.md | 10 ---------- package.json | 11 ----------- 3 files changed, 37 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 304e19d..6b75b84 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -379,22 +379,6 @@ module.exports = function(grunt) { } }, - node_latest: { - command: 'sudo n latest', - options: { - stdout: true, - stderr: true - } - }, - - node_stable: { - command: 'sudo n stable', - options: { - stdout: true, - stderr: true - } - }, - ruby_compass: { command: 'sudo gem install compass', options: { diff --git a/README.md b/README.md index 0593873..f9acaa3 100644 --- a/README.md +++ b/README.md @@ -62,16 +62,6 @@ All my command-line tools and its configurations. Have fun :) * [Ngrok](https://ngrok.com/) for introspected tunnels to localhost * [Z](https://github.com/rupa/z/) for quick navigation through folders -###### NodeJS - -* [N](https://github.com/visionmedia/n) for Node version management -* [Bower](http://bower.io/) for front-end package management -* [Grunt](http://gruntjs.com/) for task automation -* [JSHint](http://www.jshint.com/) for JavaScript code quality -* [NodeGH](http://www.nodegh.io/) GitHub command line tools -* [NodeGH Gif](https://github.com/node-gh/gh-gif) NodeGH plugin for commenting on pull requests/issues using GIF reactions. -* [NodeGH Jira](https://github.com/node-gh/gh-jira) NodeGH plugin for integrating Jira, an issue management system - ###### Ruby * [Rbenv](https://github.com/sstephenson/rbenv) for Ruby version management diff --git a/package.json b/package.json index 5108553..1498279 100755 --- a/package.json +++ b/package.json @@ -42,16 +42,5 @@ "update-notifier": "^0.3.1", "userhome": "~1.0.0", "which": "~1.0.5" - }, - "peerDependencies": { - "bower": "^1.3.9", - "david": "^6.1.5", - "gh": "^1.9.2", - "gh-gif": "^0.3.0", - "gh-jira": "^0.5.2", - "grunt-cli": "^0.1.13", - "http-server": "^0.7.5", - "jshint": "^2.5.5", - "n": "^1.2.9" } }