Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosrberto committed Jun 2, 2018
2 parents dfbaec0 + fba8af3 commit 83e003b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
node_modules
src
.coverage
.vscode
.git
.github
.babelrc
.coveralls.yml
.editorconfig
.eslintignore
.eslintrc
.gitignore
.travis.yml
__mocks__
rollup.config.js
jestconfig.json
jest.config.js
jsconfig.json
yarn-error.log
yarn.lock
CONTRIBUTING.md
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@carlosrberto/lazy-list",
"version": "0.1.2",
"version": "0.1.3",
"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",
Expand Down

0 comments on commit 83e003b

Please sign in to comment.