Skip to content

Commit

Permalink
Removes peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardolundgren committed Apr 3, 2015
1 parent 71bd27a commit 114f0bc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 37 deletions.
16 changes: 0 additions & 16 deletions Gruntfile.js
Expand Up @@ -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: {
Expand Down
10 changes: 0 additions & 10 deletions README.md
Expand Up @@ -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
Expand Down
11 changes: 0 additions & 11 deletions package.json
Expand Up @@ -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"
}
}

0 comments on commit 114f0bc

Please sign in to comment.