Skip to content

Commit

Permalink
0.18.25
Browse files Browse the repository at this point in the history
  • Loading branch information
polytypic committed Aug 12, 2018
1 parent 26012cb commit edef9c8
Show file tree
Hide file tree
Showing 4 changed files with 71 additions and 64 deletions.
2 changes: 1 addition & 1 deletion dist/karet.util.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('kefir.atom'), require('kefir'), require('infestines'), require('partial.lenses'), require('karet.lift'), require('karet'), require('react'), require('kefir.combines')) :
typeof define === 'function' && define.amd ? define(['exports', 'kefir.atom', 'kefir', 'infestines', 'partial.lenses', 'karet.lift', 'karet', 'react', 'kefir.combines'], factory) :
(factory((global.karet = global.karet || {}, global.karet.util = {}),global.kefir.atom,global.Kefir,global.I,global.L,global.karet.lift,global.karet,global.React,global.kefir.combines));
(factory((global.karet = global.karet || {}, global.karet.util = {}),global.Kefir.atom,global.Kefir,global.I,global.L,global.karet.lift,global.karet,global.React,global.Kefir.combines));
}(this, (function (exports,A,K,I,L,F,Karet,React,kefir_combines) { 'use strict';

var header = 'karet.util: ';
Expand Down

0 comments on commit edef9c8

Please sign in to comment.