Skip to content

Commit fffec3f

Browse files
author
vladimir.filimon
committed
upgraded type-detect
1 parent 0a5c5c2 commit fffec3f

1 file changed

Lines changed: 37 additions & 37 deletions

File tree

package.json

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
11
{
2-
"name": "deep-eql"
3-
, "version": "0.1.3"
4-
, "description": "Improved deep equality testing for Node.js and the browser."
5-
, "author": "Jake Luer <jake@alogicalparadox.com>"
6-
, "license": "MIT"
7-
, "keywords": [
8-
"deep equal"
9-
, "object equal"
10-
, "testing"
11-
, "chai util"
12-
]
13-
, "repository": {
14-
"type": "git"
15-
, "url": "git@github.com:chaijs/deep-eql.git"
16-
}
17-
, "engines": {
18-
"node": "*"
19-
}
20-
, "main": "./index"
21-
, "scripts": {
22-
"test": "make test"
23-
}
24-
, "dependencies": {
25-
"type-detect": "0.1.2"
26-
}
27-
, "devDependencies": {
28-
"component": "*"
29-
, "coveralls": "2.0.16"
30-
, "jscoverage": "0.3.7"
31-
, "karma": "*"
32-
, "karma-cli": "*"
33-
, "karma-mocha": "*"
34-
, "karma-phantomjs-launcher": "*"
35-
, "mocha": "*"
36-
, "mocha-lcov-reporter": "0.0.1"
37-
, "simple-assert": "*"
38-
}
2+
"name": "deep-eql",
3+
"version": "0.1.3",
4+
"description": "Improved deep equality testing for Node.js and the browser.",
5+
"author": "Jake Luer <jake@alogicalparadox.com>",
6+
"license": "MIT",
7+
"keywords": [
8+
"deep equal",
9+
"object equal",
10+
"testing",
11+
"chai util"
12+
],
13+
"repository": {
14+
"type": "git",
15+
"url": "git@github.com:chaijs/deep-eql.git"
16+
},
17+
"engines": {
18+
"node": "*"
19+
},
20+
"main": "./index",
21+
"scripts": {
22+
"test": "make test"
23+
},
24+
"dependencies": {
25+
"type-detect": "^1.0.0"
26+
},
27+
"devDependencies": {
28+
"component": "*",
29+
"coveralls": "2.0.16",
30+
"jscoverage": "0.3.7",
31+
"karma": "*",
32+
"karma-cli": "*",
33+
"karma-mocha": "*",
34+
"karma-phantomjs-launcher": "*",
35+
"mocha": "*",
36+
"mocha-lcov-reporter": "0.0.1",
37+
"simple-assert": "*"
38+
}
3939
}

0 commit comments

Comments
 (0)