Skip to content

Commit

Permalink
Merge pull request #15 from samuil4/fot-fix-missing-export
Browse files Browse the repository at this point in the history
Fot fix missing export
  • Loading branch information
samuil4 authored Jul 29, 2018
2 parents 7a44b85 + a6cd5ef commit 0f81df8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-data-layer-model",
"version": "1.0.4",
"version": "1.0.5",
"description": "Models to help you organize your data layer.",
"repository": "[email protected]:samuil4/ts-data-layer-model.git",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export { Model } from './Model';
export { Model, cachedPropery } from './Model';
export { Collection } from './Collection';
export { IModelOptions } from './interfaces/IModelOptions';
export { IRawData } from './interfaces/IRawData';
Expand Down

0 comments on commit 0f81df8

Please sign in to comment.