Skip to content

Commit b828e64

Browse files
authored
Merge pull request #47 from matthieubosquet/packaging-files
Issue #25: Only package declaration files
2 parents ec006f7 + a631541 commit b828e64

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

.changeset/sharp-trainers-sit.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@rdfjs/types": patch
3+
---
4+
5+
Only package declaration files

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @rdfjs/types
22

3+
## 1.1.1
4+
5+
### Patch Changes
6+
7+
- Packaging Fix: Only package declaration files
8+
39
## 1.1.0
410

511
### Minor Changes

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "1.1.0",
44
"license": "MIT",
55
"types": "index.d.ts",
6+
"files": [ "./**/*.d.ts" ],
67
"author": {
78
"name": "RDF/JS Representation Task Force",
89
"url": "https://github.com/rdfjs/representation-task-force",

0 commit comments

Comments
 (0)