Skip to content

Commit

Permalink
Merge pull request #6 from vlad06/upgrade-type-detect
Browse files Browse the repository at this point in the history
upgraded type-detect
  • Loading branch information
keithamus committed Feb 17, 2016
2 parents 0a5c5c2 + fffec3f commit b509572
Showing 1 changed file with 37 additions and 37 deletions.
74 changes: 37 additions & 37 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
{
"name": "deep-eql"
, "version": "0.1.3"
, "description": "Improved deep equality testing for Node.js and the browser."
, "author": "Jake Luer <jake@alogicalparadox.com>"
, "license": "MIT"
, "keywords": [
"deep equal"
, "object equal"
, "testing"
, "chai util"
]
, "repository": {
"type": "git"
, "url": "git@github.com:chaijs/deep-eql.git"
}
, "engines": {
"node": "*"
}
, "main": "./index"
, "scripts": {
"test": "make test"
}
, "dependencies": {
"type-detect": "0.1.2"
}
, "devDependencies": {
"component": "*"
, "coveralls": "2.0.16"
, "jscoverage": "0.3.7"
, "karma": "*"
, "karma-cli": "*"
, "karma-mocha": "*"
, "karma-phantomjs-launcher": "*"
, "mocha": "*"
, "mocha-lcov-reporter": "0.0.1"
, "simple-assert": "*"
}
"name": "deep-eql",
"version": "0.1.3",
"description": "Improved deep equality testing for Node.js and the browser.",
"author": "Jake Luer <jake@alogicalparadox.com>",
"license": "MIT",
"keywords": [
"deep equal",
"object equal",
"testing",
"chai util"
],
"repository": {
"type": "git",
"url": "git@github.com:chaijs/deep-eql.git"
},
"engines": {
"node": "*"
},
"main": "./index",
"scripts": {
"test": "make test"
},
"dependencies": {
"type-detect": "^1.0.0"
},
"devDependencies": {
"component": "*",
"coveralls": "2.0.16",
"jscoverage": "0.3.7",
"karma": "*",
"karma-cli": "*",
"karma-mocha": "*",
"karma-phantomjs-launcher": "*",
"mocha": "*",
"mocha-lcov-reporter": "0.0.1",
"simple-assert": "*"
}
}

0 comments on commit b509572

Please sign in to comment.