Skip to content

Commit

Permalink
Merge pull request #262 from nextcloud-libraries/fix/types
Browse files Browse the repository at this point in the history
fix: Use Typescript source files for types
  • Loading branch information
skjnldsv authored Jul 4, 2024
2 parents 40aa78d + 205065b commit 5ea5e4f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
node_modules/
/renovate.json
test/

/renovate.json
File renamed without changes.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"version": "1.9.0",
"description": "Nextcloud TypeScript typings",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"typings": "lib/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts"
"types": "./lib/index.d.ts"
},
"./ocs": {
"types": "./dist/ocs.d.ts"
"types": "./lib/ocs.d.ts"
}
},
"scripts": {
Expand Down

0 comments on commit 5ea5e4f

Please sign in to comment.