Skip to content

Commit 2d87ebc

Browse files
committed
Publish only src/ to npm
1 parent 62db6a7 commit 2d87ebc

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

CHANGELOG.md

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

37
- Old browsers not tested anymore: support dropped

package-lock.json

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

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
"loading",
1212
"spinner"
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",
@@ -32,7 +35,7 @@
3235
},
3336
"devDependencies": {
3437
"@parcel/transformer-sass": "^2.8.3",
35-
"@tkrotoff/bootstrap-floating-label": "^0.12.0",
38+
"@tkrotoff/bootstrap-floating-label": "^0.12.1",
3639
"bootstrap": "^5.2.3",
3740
"husky": "^8.0.3",
3841
"parcel": "^2.8.3",

0 commit comments

Comments
 (0)