Skip to content

Commit

Permalink
fix: decision and package type
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladas Tamoshaitis committed Apr 28, 2021
1 parent 22f7e35 commit 946af1e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docs/decisions/0001-library-rationale.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ with ability to take control over rendering process and show exam related conten
Usage example is

.. code-block:: javascript
<LearningApp> // Learning app store provider
<LearningApp> // Learning app
...
<SequenceExamWrapper>
...
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"version": "0.1.0",
"description": "Special exams lib",
"main": "dist/index.js",
"type": "module",
"exports": {
"import": "./dist/index.js"
},
Expand Down

0 comments on commit 946af1e

Please sign in to comment.