Skip to content

Commit

Permalink
Removed unneeded npm files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roee Shapira committed Apr 13, 2020
1 parent b2f73cd commit b4d150b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lazy-piping",
"version": "1.1.9",
"version": "1.1.6",
"description": "A lazy piping operator for iterators",
"keywords": [
"iterables",
Expand All @@ -17,6 +17,9 @@
},
"main": "./packages/lazy-piping.cjs/src/index.js",
"module": "./packages/lazy-piping.esm/src/index.js",
"files": [
"packages/**/*"
],
"scripts": {
"build": "rollup -c",
"clean:all": "lerna run clean",
Expand Down

0 comments on commit b4d150b

Please sign in to comment.