File tree Expand file tree Collapse file tree 4 files changed +205
-195
lines changed
Expand file tree Collapse file tree 4 files changed +205
-195
lines changed Original file line number Diff line number Diff line change 1+ # Node files
2+ node_modules
3+ package-lock.json
4+
15# Editor files
26.vscode /**
37
48# Configuration files
59.editorconfig
610.gitignore
11+ .huskyrc
712jest.config.js
813tsconfig.json
914tslint.json
Original file line number Diff line number Diff line change 11# Changelogs
22
3+ ## 2.1.6 - April 04, 2019
4+
5+ - Changed: Remove unused files to reduce the extension size and improve the performance.
6+
7+
38## 2.1.5 - April 03, 2019
49
510- Added: Handle error during initialization.
Original file line number Diff line number Diff line change 22 "name" : " syncing" ,
33 "displayName" : " %displayName%" ,
44 "description" : " %description%" ,
5- "version" : " 2.1.5 " ,
5+ "version" : " 2.1.6 " ,
66 "publisher" : " nonoroazoro" ,
77 "author" : {
88 "email" : " xiaochao.k@gmail.com" ,
138138 "@types/tmp" : " 0.1.0" ,
139139 "cross-env" : " ^5.2.0" ,
140140 "husky" : " ^1.3.1" ,
141- "jest" : " ^24.7.0 " ,
141+ "jest" : " ^24.7.1 " ,
142142 "lint-staged" : " ^8.1.5" ,
143143 "rimraf" : " ^2.6.3" ,
144144 "ts-jest" : " ^24.0.1" ,
You can’t perform that action at this time.
0 commit comments