File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ charset = utf-8
88insert_final_newline = true
99trim_trailing_whitespace = true
1010
11+ [package.json ]
12+ indent_style = space
13+
1114[* .md ]
1215indent_style = space
1316trim_trailing_whitespace = false
Original file line number Diff line number Diff line change 66 "types" : " dist/index.d.ts" ,
77 "scripts" : {
88 "build" : " tsc" ,
9- "test" : " npm run build && node test"
9+ "test" : " npm run build && node test" ,
10+ "preversion" : " npm test" ,
11+ "prepare" : " npm run build"
1012 },
1113 "author" : " Simon Haenisch (https://github.com/simonhaenisch)" ,
1214 "repository" : " simonhaenisch/rollup-plugin-typescript-paths" ,
Original file line number Diff line number Diff line change 1212 "noImplicitReturns" : true ,
1313 "noFallthroughCasesInSwitch" : true ,
1414 "esModuleInterop" : true
15- }
15+ },
16+ "files" : [" index.ts" ]
1617}
You can’t perform that action at this time.
0 commit comments