We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4d3d34 commit f002efcCopy full SHA for f002efc
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.12.1 (2023/03/11)
2
+
3
+- Publish only src/ to npm
4
5
## 0.12.0 (2023/03/10)
6
7
- Fix "Error: Undefined operation "var(--bs-border-width) \* 2"" with Bootstrap 5.3
package.json
@@ -11,6 +11,9 @@
11
"float",
12
"label"
13
],
14
+ "files": [
15
+ "src/"
16
+ ],
17
"scripts": {
18
"clean": "rm -rf dist .parcel-cache",
19
"clean:all": "npm run clean && rm -rf node_modules package-lock.json",
0 commit comments