Skip to content

Commit

Permalink
Finish every-module
Browse files Browse the repository at this point in the history
  • Loading branch information
zerobias committed Oct 29, 2016
2 parents a22ce85 + 7012611 commit e4d5765
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ensue",
"version": "1.1.0",
"version": "1.1.1",
"description": "Function sequence (pipe) with nested arrays of sequences",
"main": "lib/index.js",
"jsnext:main": "es/index.js",
Expand All @@ -18,7 +18,7 @@
"build:cjs": "rollup -c",
"build:es": "cross-env BABEL_ENV=es babel src --out-dir es",
"build:umd": "rollup -c --environment BUILD:umd",
"build": "npm run build:cjs && npm run build:umd && npm run build:es"
"build": "npm run build:es && npm run build:cjs && npm run build:umd"
},
"files": [
"dist",
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const plugins = [
})
]
export default {
entry:'src/index.js',
entry:'es/index.js',
globals: {
"ramda": "R"
},
Expand Down

0 comments on commit e4d5765

Please sign in to comment.