Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ro-ka committed Sep 2, 2014
1 parent 7b5f13a commit 23a4f45
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,4 +1,4 @@
test:
@./node_modules/.bin/mocha --timeout 10000 --reporter spec
@./node_modules/.bin/mocha --timeout 10000 --reporter spec

.PHONY: test
44 changes: 22 additions & 22 deletions package.json
@@ -1,34 +1,34 @@
{
"name":"500px",
"description":"A wrapper for the 500px.com API",
"keywords":[
"name": "500px",
"description": "A wrapper for the 500px.com API",
"keywords": [
"api",
"500px"
],
"version":"0.3.2",
"homepage":"http://ro-ka.github.com/node-500px/",
"repository":"git://github.com/ro-ka/node-500px.git",
"author":{
"name":"Robert Katzki",
"email":"robert@katzki.de",
"url":"http://katzki.de/"
"version": "0.3.2",
"homepage": "http://ro-ka.github.com/node-500px/",
"repository": "git://github.com/ro-ka/node-500px.git",
"author": {
"name": "Robert Katzki",
"email": "robert@katzki.de",
"url": "http://katzki.de/"
},
"main":"./lib/api500px.js",
"scripts":{
"test":"make test"
"main": "./lib/api500px.js",
"scripts": {
"test": "make test"
},
"devDependencies":{
"mocha":"1.0.x",
"should":"0.6.x"
"devDependencies": {
"mocha": "^1.21.4",
"should": "^4.0.4"
},
"dependencies":{},
"engines":{
"node":">= 0.4.0"
"dependencies": {},
"engines": {
"node": ">= 0.4.0"
},
"licenses":[
"licenses": [
{
"type":"MIT",
"url":"http://github.com/ro-ka/node-500px/raw/master/LICENSE"
"type": "MIT",
"url": "http://github.com/ro-ka/node-500px/raw/master/LICENSE"
}
]
}

0 comments on commit 23a4f45

Please sign in to comment.