Skip to content

Commit

Permalink
chore(package): update mocha-phantomjs to version 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkeeperio-bot committed Dec 28, 2015
1 parent 3617862 commit 0bbd580
Showing 1 changed file with 26 additions and 28 deletions.
54 changes: 26 additions & 28 deletions package.json
@@ -1,31 +1,29 @@
{
"name": "type-detect"
, "version": "1.0.0"
, "description": "Improved typeof detection for node.js and the browser."
, "author": "Jake Luer <jake@alogicalparadox.com> (http://alogicalparadox.com)"
, "license": "MIT"
, "keywords": [
]
, "repository": {
"type": "git"
, "url": "git@github.com:chaijs/type-detect.git"
}
, "engines": {
"node": "*"
}
, "main": "./index"
, "scripts": {
"test": "make test"
}
, "dependencies": {
}
, "devDependencies": {
"component": "*"
, "coveralls": "2.0.16"
, "jscoverage": "0.3.7"
, "mocha": "*"
, "mocha-lcov-reporter": "0.0.1"
, "mocha-phantomjs": "*"
, "simple-assert": "*"
"name": "type-detect",
"version": "1.0.0",
"description": "Improved typeof detection for node.js and the browser.",
"author": "Jake Luer <jake@alogicalparadox.com> (http://alogicalparadox.com)",
"license": "MIT",
"keywords": [],
"repository": {
"type": "git",
"url": "git@github.com:chaijs/type-detect.git"
},
"engines": {
"node": "*"
},
"main": "./index",
"scripts": {
"test": "make test"
},
"dependencies": {},
"devDependencies": {
"component": "*",
"coveralls": "2.0.16",
"jscoverage": "0.3.7",
"mocha": "*",
"mocha-lcov-reporter": "0.0.1",
"mocha-phantomjs": "4.0.2",
"simple-assert": "*"
}
}

0 comments on commit 0bbd580

Please sign in to comment.