Skip to content

Commit

Permalink
switch anki-apkg-export to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve2955 committed Mar 16, 2022
1 parent 2197052 commit e0affa4
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 24 deletions.
43 changes: 21 additions & 22 deletions 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
Expand Up @@ -28,7 +28,7 @@
"license": "GPL-3.0-only",
"dependencies": {
"@highlightjs/cdn-assets": "^11.1.0",
"anki-apkg-export": "git+https://github.com/Steve2955/anki-apkg-export.git",
"@steve2955/anki-apkg-export": "^5.0.0",
"commander": "^8.0.0",
"filedirname": "^2.4.0",
"fs-extra": "^10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const md = mdit({
}).use(mdcomment).use(mdcheckbox);

// anki deck creation
import AnkiDeck from 'anki-apkg-export';
import AnkiDeck from '@steve2955/anki-apkg-export';

import Card from './Card.js';
import Image from './Image.js';
Expand Down

0 comments on commit e0affa4

Please sign in to comment.