Skip to content

Commit dd79523

Browse files
committed
chore: Included question data files into the final bundle
1 parent 1d6c5b7 commit dd79523

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
/dist/*
12
/questions/*
23
/test/*

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1+
## [1.0.4](https://github.com/MilosPaunovic/questionnaire/compare/1.0.3...1.0.4)
2+
3+
* Included question data files into the final bundle.
4+
15
## [1.0.3](https://github.com/MilosPaunovic/questionnaire/compare/1.0.2...1.0.3)
26

37
* Trimmed down list of questions following the [advice](https://www.linkedin.com/feed/update/urn:li:activity:6980753295447330816?commentUrn=urn%3Ali%3Acomment%3A%28activity%3A6980753295447330816%2C6980847167380803586%29) of the initial answers creator.
4-
* Improved the way of library bundling
8+
* Improved the way of library bundling.
59

610
## [1.0.2](https://github.com/MilosPaunovic/questionnaire/commits/1.0.2)
711

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@paunovic/questionnaire",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Serving random questions in multiple languages has never been this easy.",
55
"author": "Milos Paunovic <paun992@hotmail.com>",
66
"license": "MIT",
@@ -11,7 +11,8 @@
1111
"type": "module",
1212
"main": "./src/index.js",
1313
"files": [
14-
"src/*"
14+
"src/*",
15+
"questions/*"
1516
],
1617
"engines": {
1718
"node": ">=12"

0 commit comments

Comments
 (0)