Skip to content

Commit

Permalink
2.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxvien authored and Maxvien committed Jul 26, 2020
1 parent 6ecd711 commit 10c40c0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ npm install --save supermemo
```

```
const { supermemo, SuperMemoItem, SuperMemoGrade } = require('supermemo');
const supermemo = require('supermemo');
```

### For Deno
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"typescript"
],
"author": "Vien Dinh",
"version": "2.0.10",
"version": "2.0.11",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
import { supermemo } from './supermemo';

export default supermemo;

export * from './supermemo';

0 comments on commit 10c40c0

Please sign in to comment.