Skip to content

Commit

Permalink
v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bukinoshita committed Jul 6, 2017
1 parent 807fff1 commit b55d926
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
{
"name": "sort-arr",
"version": "0.0.0",
"version": "0.0.1",
"description": "A tiny, fast and simplified array sort",
"main": "index.js",
"repository": "git@github.com:bukinoshita/sort-arr.git",
"author": "Bu Kinoshita <bukinoshita@gmail.com>",
"license": "MIT",
"keywords": ["array", "arr", "sort", "sort-arr"],
"keywords": [
"array",
"arr",
"sort",
"sort-arr"
],
"scripts": {
"test": "xo && ava",
"bench": "node bench",
Expand All @@ -30,6 +35,8 @@
"rules": {
"object-curly-spacing": 0
},
"ignores": ["bench/*.js"]
"ignores": [
"bench/*.js"
]
}
}

0 comments on commit b55d926

Please sign in to comment.