mirror of
				https://github.com/KevinMidboe/moviedb.git
				synced 2025-10-29 17:50:25 +00:00 
			
		
		
		
	Merge pull request #15 from spacepluk/master
fix bundling with browserify
This commit is contained in:
		@@ -7,7 +7,7 @@
 | 
				
			|||||||
  , "main" : "index.js"
 | 
					  , "main" : "index.js"
 | 
				
			||||||
  , "author" : "Dan Zajdband <dan.zajdband@gmail.com>"
 | 
					  , "author" : "Dan Zajdband <dan.zajdband@gmail.com>"
 | 
				
			||||||
  , "dependencies" : {
 | 
					  , "dependencies" : {
 | 
				
			||||||
        "superagent" : "0.9.7"
 | 
					        "superagent": "^0.18.0"
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  , "devDependencies" : {
 | 
					  , "devDependencies" : {
 | 
				
			||||||
        "mocha" : "1.0.x"
 | 
					        "mocha" : "1.0.x"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user