Skip to content

Commit

Permalink
Work for #2756: fix package.json and tsconfig.types.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dk981234 committed Nov 23, 2022
1 parent 8853d43 commit 30fe3fe
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
32 changes: 32 additions & 0 deletions packages/survey-vue-ui/publish/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"name": "survey-vue-ui",
"version": "1.9.53",
"description": "survey.js is a JavaScript Survey Library. It is a modern way to add a survey to your website. It uses JSON for survey metadata and results.",
"keywords": [
"Survey",
"JavaScript",
"Bootstrap",
"Library",
"knockout"
],
"homepage": "https://surveyjs.io/",
"license": "MIT",
"files": [
"survey-vue-ui.css",
"survey-vue-ui.min.css",
"survey-vue-ui.d.ts",
"survey-vue-ui.js",
"survey-vue-ui.min.js"
],
"main": "survey-vue-ui.umd.js",
"module": "survey-vue-ui.es.js",
"types": "types/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/surveyjs/surveyjs.git"
},
"dependencies": {
"survey-core": "*",
"vue": "^3.2.41"
}
}
2 changes: 1 addition & 1 deletion packages/survey-vue-ui/tsconfig.types.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// tsconfig.build-types.json
{
"compilerOptions": {
"outDir": "../../build/survey-vue3-ui",
"outDir": "../../build/survey-vue3-ui/types",
"declaration": true,
"emitDeclarationOnly": true,
"skipLibCheck": true
Expand Down

0 comments on commit 30fe3fe

Please sign in to comment.