Skip to content

Commit

Permalink
update package json
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosrberto committed Apr 2, 2018
1 parent 12a653f commit 74091e9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"name": "@carlosrberto/lazy-list",
"version": "0.1.0",
"description": "LazyList implements map, filter and reduce in JavaScript Arrays with lazy evaluation.",
"main": "lib/index.js",
"repository": "git@github.com:carlosrberto/lazy-list.git",
"author": "Carlos Roberto Gomes Junior <carlos.rberto@gmail.com>",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.26.0",
Expand Down Expand Up @@ -31,6 +34,5 @@
"build": "npm run clean && npm run lint && npm run test && rollup -c",
"bump": "bump --prompt --commit --tag --push",
"prepublishOnly": "npm run build && npm run bump"
},
"dependencies": {}
}
}

0 comments on commit 74091e9

Please sign in to comment.