Skip to content

Commit

Permalink
Don't use minified anything
Browse files Browse the repository at this point in the history
Minified build will come when 1.0.0 is ready
  • Loading branch information
Anthropic committed Feb 19, 2017
1 parent 26c5242 commit 179a25f
Show file tree
Hide file tree
Showing 6 changed files with 7,070 additions and 1,147 deletions.
2,766 changes: 1,626 additions & 1,140 deletions dist/json-schema-form-core.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/json-schema-form-core.js.map

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions dist/json-schema-form-core.min.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*!
* json-schema-form-core
* @version 1.0.0-alpha.2
* @date Sun, 19 Feb 2017 12:19:19 GMT
* @link https://github.com/json-schema-form/json-schema-form-core
* @license MIT
* Copyright (c) 2014-2017 JSON Schema Form
*/
module.exports=function(r){function n(t){if(e[t])return e[t].exports;var o=e[t]={i:t,l:!1,exports:{}};return r[t].call(o.exports,o,o.exports,n),o.l=!0,o.exports}var e={};return n.m=r,n.c=e,n.i=function(r){return r},n.d=function(r,e,t){n.o(r,e)||Object.defineProperty(r,e,{configurable:!1,enumerable:!0,get:t})},n.n=function(r){var e=r&&r.__esModule?function(){return r.default}:function(){return r};return n.d(e,"a",e),e},n.o=function(r,n){return Object.prototype.hasOwnProperty.call(r,n)},n.p="",n(n.s=0)}([function(r,n,e){!function(){throw new Error('Cannot find module "C:\\Users\\Marcel\\Documents\\SERIOUS\\git\\json-schema-form-core\\src\\lib\\index"')}()}]);
Loading

0 comments on commit 179a25f

Please sign in to comment.