Skip to content

Commit

Permalink
bundleDependencies is only appropriate for apps, and probably not eve…
Browse files Browse the repository at this point in the history
…n then
  • Loading branch information
mattbornski committed May 8, 2012
1 parent 9ae593f commit 5e80402
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .gitignore
@@ -1 +1,2 @@
node_modules/
node_modules/
*.log
3 changes: 2 additions & 1 deletion .npmignore
Expand Up @@ -2,4 +2,5 @@
test/
node_modules/
.npmignore
.travis.yml
.travis.yml
*.log
7 changes: 1 addition & 6 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"author": "mattbornski",
"name": "tzwhere",
"description": "Determine timezone from lat/long",
"version": "0.0.7",
"version": "0.0.8",
"main": "lib/index.js",
"directories" : {
"lib": "lib",
Expand All @@ -25,11 +25,6 @@
"engines": {
"node": ">= 0.6"
},
"bundleDependencies": [
"geolib",
"simplesets",
"time"
],
"dependencies": {
"geolib": "git://github.com/manuelbieh/Geolib.git",
"simplesets": "1.2.0",
Expand Down

0 comments on commit 5e80402

Please sign in to comment.