@slim-select/vue
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "@slim-select/vue", | ||
"private": false, | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Vue integration", | ||
@@ -22,4 +22,3 @@ "repository": { | ||
"module": "dist/slimselectvue.es.js", | ||
"types": "dist/index.d.ts", | ||
"typings": "dist/index.d.ts", | ||
"types": "dist/vue/slimselect.vue.d.ts", | ||
"scripts": { | ||
@@ -26,0 +25,0 @@ "build": "rollup -c rollup.config.mjs", |
@@ -7,3 +7,3 @@ { | ||
"strict": true /* Enable all strict type-checking options. */, | ||
"declaration": false /* Generates corresponding '.d.ts' file. */, | ||
"declaration": true /* Generates corresponding '.d.ts' file. */, | ||
"outDir": "./dist", // Output to dist folder | ||
@@ -13,4 +13,4 @@ "removeComments": true /* Do not emit comments to output. */, | ||
}, | ||
"include": ["**/**.ts", "**/*.vue"], | ||
"exclude": ["./dist", "../slim-select/*"] | ||
"include": ["./*.ts", "./*.vue"], | ||
"exclude": ["../slim-select/*"] | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
238415
17
5889