Skip to content

Commit

Permalink
Merge branch 'fusebox'
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasak committed Jan 3, 2017
2 parents b426773 + 980edb1 commit 0f24d66
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 109 deletions.
106 changes: 0 additions & 106 deletions build/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion fuse.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let c = {
, outFile: "./build/index.js.map"
}
, outFile: "./build/index.js"
, inFile: "> index.js [src/**/*.js]"
, inFile: "> index.js [index.js]"
, plugins: (browser) =>
[
f.BabelPlugin({
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clan-fp",
"version": "0.0.33",
"version": "0.0.34",
"description": "A set of opinionated, functional utilities that work particularly well when used together",
"scripts": {
"prestart": "rimraf .fusebox build",
Expand Down

0 comments on commit 0f24d66

Please sign in to comment.