Skip to content

Commit

Permalink
Use the object form of "author" in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Oct 19, 2015
1 parent ed82ce4 commit 65caa56
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions package.json
@@ -1,11 +1,16 @@
{
"name": "which-typed-array",
"version": "1.0.0",
"author": "Jordan Harband",
"author": {
"name": "Jordan Harband",
"email": "ljharb@gmail.com",
"url": "http://ljharb.codes"
},
"contributors": [
{
"name": "Jordan Harband",
"email": "ljharb@gmail.com"
"email": "ljharb@gmail.com",
"url": "http://ljharb.codes"
}
],
"description": "Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.",
Expand Down

0 comments on commit 65caa56

Please sign in to comment.