Skip to content

Commit

Permalink
2.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxvien authored and Maxvien committed Aug 1, 2020
1 parent 10c40c0 commit 25966d8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 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 = require('supermemo');
const { supermemo } = require('supermemo');
```

### For Deno
Expand Down
7 changes: 4 additions & 3 deletions 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.11",
"version": "2.0.12",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand All @@ -24,12 +24,13 @@
"prepare": "npm run build",
"lint": "tsdx lint"
},
"dependencies": {},
"dependencies": {
"tslib": "^1.10.0"
},
"devDependencies": {
"@types/jest": "^25.1.1",
"husky": "^4.2.1",
"tsdx": "^0.12.3",
"tslib": "^1.10.0",
"typescript": "^3.7.5"
},
"husky": {
Expand Down
4 changes: 0 additions & 4 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
import { supermemo } from './supermemo';

export default supermemo;

export * from './supermemo';

0 comments on commit 25966d8

Please sign in to comment.