Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
fixes #1
  • Loading branch information
jonschlinkert committed Jul 18, 2015
1 parent 187f9c1 commit 164f149
Showing 1 changed file with 25 additions and 32 deletions.
57 changes: 25 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,48 +1,41 @@
{
"name": "sort-asc",
"description": "Sort array elements in ascending order.",
"version": "0.1.0",
"version": "0.2.0",
"homepage": "https://github.com/jonschlinkert/sort-asc",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"repository": {
"type": "git",
"url": "git://github.com/jonschlinkert/sort-asc.git"
},
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"repository": "jonschlinkert/sort-asc",
"bugs": {
"url": "https://github.com/jonschlinkert/sort-asc/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jonschlinkert/sort-asc/blob/master/LICENSE-MIT"
}
],
"license": "MIT",
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"devDependencies": {
"mocha": "*"
},
"keywords": [
"array",
"arr",
"asc",
"ascend",
"ascending",
"function",
"keys",
"key",
"element",
"elements",
"order",
"ordered",
"obj",
"object",
"sort"
"sort",
"sorted",
"sorting"
],
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha -R spec"
},
"devDependencies": {
"mocha": "*",
"verb": "^0.2.15"
"verb": {
"related": {
"list": ["sort-asc", "sort-desc", "sort-object"]
}
}
}
}

0 comments on commit 164f149

Please sign in to comment.