File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-vue-scoped-css" ,
3
- "version" : " 2.9.0 " ,
3
+ "version" : " 2.9.1 " ,
4
4
"description" : " ESLint plugin for Scoped CSS in Vue.js" ,
5
5
"main" : " dist/index.js" ,
6
+ "types" : " dist/index.d.ts" ,
6
7
"scripts" : {
7
8
"prebuild" : " npm run -s clean" ,
8
9
"build" : " tsc --project ./tsconfig.build.json" ,
49
50
" css"
50
51
],
51
52
"files" : [
52
- " dist"
53
+ " dist" ,
54
+ " dist/index.d.ts"
53
55
],
54
56
"devDependencies" : {
55
57
"@changesets/cli" : " ^2.27.5" ,
Original file line number Diff line number Diff line change 2
2
"extends" : " ./tsconfig.json" ,
3
3
"exclude" : [" tests/**/*" , " tools/**/*" ],
4
4
"compilerOptions" : {
5
- "removeComments" : true /* Do not emit comments to output. */
5
+ "removeComments" : true , /* Do not emit comments to output. */
6
+ "declaration" : true
6
7
}
7
8
}
You can’t perform that action at this time.
0 commit comments