Skip to content

Commit

Permalink
[UPDATE] add accessor. return null. code style.
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Mar 20, 2015
1 parent 8d57338 commit 6843559
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "compute-sum",
"version": "1.0.0",
"version": "1.1.0",
"description": "Computes the sum of an array.",
"author": {
"name": "Athan Reines",
"email": "kgryte@gmail.com"
},
"contributors": [
{
"name": "Athan Reines",
"email": "kgryte@gmail.com"
},
{
"name": "Philipp Burckhardt",
"email": "pburckhardt@outlook.com"
}
{
"name": "Athan Reines",
"email": "kgryte@gmail.com"
},
{
"name": "Philipp Burckhardt",
"email": "pburckhardt@outlook.com"
}
],
"scripts": {
"test": "./node_modules/.bin/mocha",
Expand Down

0 comments on commit 6843559

Please sign in to comment.