Skip to content

Commit

Permalink
strip out extra dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Escalante committed Jan 14, 2015
1 parent a31a89f commit 05973f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
3 changes: 0 additions & 3 deletions lib/index.coffee
@@ -1,6 +1,3 @@
RootsUtil = require 'roots-util'
path = require 'path'

module.exports = (opts) ->
class RootsConfig

Expand Down
11 changes: 2 additions & 9 deletions package.json
Expand Up @@ -3,22 +3,15 @@
"version": "0.0.1",
"description": "Simple configuration shared through all parts of your roots project",
"main": "lib",
"directories": {
"test": "test"
},
"dependencies": {
"lodash": "2.x",
"minimatch": "2.x",
"roots-util": "0.1.x"
},
"devDependencies": {
"chai": "1.x",
"chai-fs": "0.1.x",
"coffee-script": "1.8.x",
"coveralls": "2.x",
"istanbul": "0.3.x",
"mocha": "2.x",
"roots": "3.0.0-rc.11"
"roots": "3.0.0-rc.11",
"roots-util": "0.1.x"
},
"scripts": {
"test": "mocha",
Expand Down

0 comments on commit 05973f7

Please sign in to comment.