Skip to content

Commit f002efc

Browse files
committed
Publish only src/ to npm
1 parent e4d3d34 commit f002efc

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.12.1 (2023/03/11)
2+
3+
- Publish only src/ to npm
4+
15
## 0.12.0 (2023/03/10)
26

37
- Fix "Error: Undefined operation "var(--bs-border-width) \* 2"" with Bootstrap 5.3

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
"float",
1212
"label"
1313
],
14+
"files": [
15+
"src/"
16+
],
1417
"scripts": {
1518
"clean": "rm -rf dist .parcel-cache",
1619
"clean:all": "npm run clean && rm -rf node_modules package-lock.json",

0 commit comments

Comments
 (0)