Skip to content

Commit 5572c3b

Browse files
authored
Merge pull request #87 from codepunkt/reinerBa-patch-2
2 parents 6760fe5 + d1010ca commit 5572c3b

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

.npmignore

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 2.0.1
2+
3+
- Publish only required files to NPM
4+
15
# 2.0.0
26

37
- Support for node 14 removed

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rollup-license-plugin",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"type": "module",
55
"description": "Extracts OSS license information of the npm packages in your rollup or vite output",
66
"keywords": [
@@ -68,5 +68,9 @@
6868
"text",
6969
"cobertura"
7070
]
71-
}
71+
},
72+
"files": [
73+
"dist",
74+
"CHANGELOG.md"
75+
]
7276
}

0 commit comments

Comments
 (0)