Skip to content

Commit 616e896

Browse files
committed
0.1.1
1 parent b6bfe29 commit 616e896

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "array-sort",
33
"description": "Fast and powerful array sorting. Sort an array of objects by one or more properties. Any number of nested properties or custom comparison functions may be used.",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"homepage": "https://github.com/jonschlinkert/array-sort",
66
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
77
"repository": "jonschlinkert/array-sort",
@@ -24,6 +24,10 @@
2424
"kind-of": "^2.0.0"
2525
},
2626
"devDependencies": {
27+
"ansi-bold": "^0.1.1",
28+
"benchmarked": "^0.1.4",
29+
"glob": "^5.0.14",
30+
"lodash.sortbyorder": "^3.4.4",
2731
"mocha": "*",
2832
"should": "*"
2933
},

0 commit comments

Comments
 (0)