We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56a50f3 commit ab903c3Copy full SHA for ab903c3
2 files changed
CHANGELOG.md
@@ -0,0 +1,8 @@
1
+# @gitroll-dev/university-list
2
+
3
+## 2.0.1
4
5
+### Patch Changes
6
7
+- Add `dist` directory to package files list
8
+- Disable source map to reduce package size
package.json
@@ -1,10 +1,12 @@
{
"name": "@gitroll-dev/university-list",
- "version": "2.0.0",
+ "version": "2.0.1",
"description": "",
"type": "module",
"exports": "./dist/index.js",
- "files": ["dist"],
+ "files": [
+ "dist"
9
+ ],
10
"scripts": {
11
"test": "echo \"Error: no test specified\" && exit 1",
12
"build": "tsup",
0 commit comments