Skip to content

Commit 362b5d4

Browse files
committed
Update package-lock.json
1 parent e6def96 commit 362b5d4

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

.vscode/settings.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
// Place your settings in this file to overwrite default and user settings.
22
{
33
"files.exclude": {
4+
"**/.DS_Store": true,
45
"**/.git": true,
5-
"**/.svn": true,
66
"**/.hg": true,
7+
"**/.svn": true,
8+
"**/coverage": true,
79
"**/CVS": true,
8-
"**/.DS_Store": true,
9-
"**/node_modules": true,
10-
"**/lib": false,
11-
"**/coverage": true
10+
"**/lib": false
1211
},
1312
"tslint.configFile": "./tslint.strict.json"
1413
}

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)