Skip to content

Commit

Permalink
Exporting resource
Browse files Browse the repository at this point in the history
  • Loading branch information
evert committed Aug 23, 2018
1 parent 5c969b9 commit acaf598
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
ChangeLog
=========

2.0.3 (2018-08-23)
------------------

* Exporting 'Resource' for TS purposes.


2.0.2 (2018-08-23)
------------------

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ketting",
"version": "2.0.2",
"version": "2.0.3",
"description": "Opiniated HATEAOS / Rest client.",
"main": "dist/index.js",
"scripts": {
Expand Down
5 changes: 3 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
import Ketting from './ketting';
export default Ketting;
export { default } from './ketting';
export { default as Ketting } from './ketting';
export { default as Resource } from './resource';

0 comments on commit acaf598

Please sign in to comment.