Skip to content

Commit

Permalink
fix: export assets
Browse files Browse the repository at this point in the history
  • Loading branch information
HitkoDev committed Nov 21, 2021
1 parent 522120f commit 7255d62
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion projects/nxt-flags/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nxt-flags",
"version": "13.0.0",
"version": "13.0.1",
"description": "Angular component to show country flags.",
"bugs": "https://github.com/Liquid-JS/nxt-flags/issues",
"license": "MIT",
Expand All @@ -14,5 +14,10 @@
},
"dependencies": {
"tslib": "^2.3.0"
},
"exports": {
"./assets/": {
"default": "./assets/"
}
}
}

0 comments on commit 7255d62

Please sign in to comment.