Skip to content

Commit

Permalink
Exposed mvcct.enhancer.min in both AMD and Node.js
Browse files Browse the repository at this point in the history
  • Loading branch information
frankabbruzzese committed Oct 25, 2016
1 parent 6ca3eff commit 049a499
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mvcct-enhancer",
"version": "1.0.0",
"version": "1.0.1",
"homepage": "https://github.com/MvcControlsToolkit/mvcct-enhancer",
"description": "a javascript package to handle standard html enhancements",
"main": [
Expand Down
2 changes: 1 addition & 1 deletion enhancer-modules/mvcct.enhancer.input.basic.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
(function (factory) {
if (typeof define === 'function' && define['amd']) {
// [1] AMD anonymous module
define(["../mvcct.enhancer"], factory);
define(["../mvcct.enhancer.min"], factory);
} else if (typeof exports === 'object' && typeof module === 'object') {
// [2] CommonJS/Node.js
module["exports"] = factory(require("mvcct-enhancer")); // module.exports is for Node.js
Expand Down
2 changes: 1 addition & 1 deletion enhancer-modules/mvcct.enhancer.input.basic.min.js

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "mvcct-enhancer",
"version": "1.0.0",
"version": "1.0.1",
"description": "a javascript package to handle standard html enhancements",
"main": "mvcct.enhancer.js",
"main": "mvcct.enhancer.min.js",
"repository": {
"type": "git",
"url": "git://github.com/MvcControlsToolkit/mvcct-enhancer.git"
Expand Down

0 comments on commit 049a499

Please sign in to comment.