Skip to content

Commit

Permalink
Fix/packaging scope error
Browse files Browse the repository at this point in the history
  • Loading branch information
ishiko732 committed Sep 16, 2023
1 parent 182bba6 commit b34fbb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-fsrs",
"version": "2.1.0",
"version": "2.1.1",
"description": "ts-fsrs is a TypeScript package used to implement the Free Spaced Repetition Scheduler (FSRS) algorithm. It helps developers apply FSRS to their flashcard applications, thereby improving the user learning experience.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -39,7 +39,7 @@
"author": "ishiko",
"license": "MIT",
"files": [
"lib/**/*",
"dist/**/*",
"README.md",
"LICENSE"
],
Expand Down

0 comments on commit b34fbb5

Please sign in to comment.