Skip to content
This repository has been archived by the owner on Dec 19, 2017. It is now read-only.

Commit

Permalink
Really fix UMD
Browse files Browse the repository at this point in the history
  • Loading branch information
caseyWebb committed Sep 3, 2015
1 parent 261e5ff commit 4a7d9f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/ko-component-router.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
module.exports = factory(require(undefined));
module.exports = factory(require("knockout"));
else if(typeof define === 'function' && define.amd)
define(["knockout"], factory);
else if(typeof exports === 'object')
Expand Down

0 comments on commit 4a7d9f0

Please sign in to comment.