We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 804a430 commit 5bf2ab0Copy full SHA for 5bf2ab0
.changeset/sharp-trainers-sit.md
CHANGELOG.md
@@ -4,6 +4,12 @@
4
5
### Patch Changes
6
7
+- a631541: Only package declaration files
8
+
9
+## 1.1.1
10
11
+### Patch Changes
12
13
- Packaging Fix: Only package declaration files
14
15
## 1.1.0
package.json
@@ -1,9 +1,11 @@
1
{
2
"name": "@rdfjs/types",
3
- "version": "1.1.0",
+ "version": "1.1.1",
"license": "MIT",
"types": "index.d.ts",
- "files": [ "./**/*.d.ts" ],
+ "files": [
+ "./**/*.d.ts"
+ ],
"author": {
"name": "RDF/JS Representation Task Force",
"url": "https://github.com/rdfjs/representation-task-force",
0 commit comments