Skip to content

Commit

Permalink
rm lodash dependency. Update package config
Browse files Browse the repository at this point in the history
  • Loading branch information
traviskaufman committed Nov 7, 2012
1 parent e386b00 commit 48cf697
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 3 additions & 0 deletions bin/node-lipsum
@@ -0,0 +1,3 @@
#!/usr/bin/env node

require('../lib/cli').run(process.argv.slice(2))
5 changes: 2 additions & 3 deletions package.json
Expand Up @@ -7,13 +7,12 @@
"type": "git",
"url": "https://github.com/traviskaufman/node-lipsum"
},
"bin": "bin/lipsum",
"bin": "./bin/node-lipsum",
"preferGlobal": true,
"main": "lib/node-lipsum",
"main": "./lib/lipsum",
"dependencies": {
"coffee-script": "1.x.x",
"argparse": "0.1.x",
"lodash": "0.6.x",
"xml2js": "0.1.x"
},
"devDependencies": {
Expand Down
1 change: 0 additions & 1 deletion spec/service.spec.coffee
Expand Up @@ -3,7 +3,6 @@
###
Service = require "../lib/service"
http = require "http"
_ = require "lodash"

describe "The lipsum service", ->
lipsumService = new Service()
Expand Down

0 comments on commit 48cf697

Please sign in to comment.