Skip to content

Commit

Permalink
Release 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
c-tcassiano-godaddy committed Feb 21, 2018
1 parent c7169c3 commit 65e77c2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dist/structure.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,12 @@ return /******/ (function(modules) { // webpackBootstrap
}
});

schema = Schema.normalize(schema, schemaOptions);

if (WrapperClass[SCHEMA]) {
schema = Object.assign({}, WrapperClass[SCHEMA], schema);
}

schema = Schema.normalize(schema, schemaOptions);

define(WrapperClass, SCHEMA, {
value: schema
});
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "structure",
"version": "1.2.1",
"version": "1.2.2",
"description": "A simple schema/attributes library built on top of modern JavaScript",
"main": "src/index.js",
"browser": "dist/structure.js",
Expand All @@ -18,6 +18,9 @@
"contributors": [
"Fernando <me@fleury.io>"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"license": "MIT",
"keywords": [
"entity",
Expand Down

0 comments on commit 65e77c2

Please sign in to comment.