Skip to content

Commit e6143d3

Browse files
committed
fix(npmignore): updated npmignore file
1 parent bbda5d7 commit e6143d3

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

.npmignore

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ coverage
66
.vscode
77
src/components/green.css
88
src
9-
/src
10-
/img
11-
img
9+
img
10+
.husky
11+
.github
12+
13+
# files
14+
.prettierignore
15+
.prettierrc.json
16+
CHANGELOG.md
17+
commitlint.config.js
18+
purgecss.config.js
19+
release.config.js
20+
rollup.config.js

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
# [1.3.0](https://github.com/Se-Gl/next-modal/compare/v1.2.3...v1.3.0) (2022-07-23)
22

3-
43
### Features
54

6-
* **rollup:** excluded unnecessary folders for production ([55866fa](https://github.com/Se-Gl/next-modal/commit/55866fa129def92983774337da762f662c367e91))
5+
- **rollup:** excluded unnecessary folders for production ([55866fa](https://github.com/Se-Gl/next-modal/commit/55866fa129def92983774337da762f662c367e91))
76

87
## [1.2.3](https://github.com/Se-Gl/next-modal/compare/v1.2.2...v1.2.3) (2022-07-23)
98

0 commit comments

Comments
 (0)