Skip to content

Commit

Permalink
Merge pull request #6 from laisfrigerio/hotfix/v0.1.6
Browse files Browse the repository at this point in the history
v0.1.6: fix export quizland
  • Loading branch information
laisfrigerio authored Jan 14, 2025
2 parents 5dc82a4 + bce71f1 commit fce5b4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "quizland-core",
"description": "QuizLand is a tiny library with common functions to manage a quiz",
"version": "0.1.5",
"version": "0.1.6",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export * from './dto/quiz.dto';
export * from './entities/quiz.entity';
export * from './quiz-manager';
export * from './quizland';
export * from './types';

0 comments on commit fce5b4d

Please sign in to comment.