Skip to content

Commit 0c20b22

Browse files
authored
CRW-10865: fix es5-ext library quarantine by virus scanners (che-incubator#698)
* CRW-10865: fix es5-ext library quarantine by virus scanners Signed-off-by: Stephane Bouchet <sbouchet@redhat.com> * added rebase rules Signed-off-by: Stephane Bouchet <sbouchet@redhat.com> --------- Signed-off-by: Stephane Bouchet <sbouchet@redhat.com>
1 parent 8dbc10d commit 0c20b22

4 files changed

Lines changed: 146 additions & 18 deletions

File tree

.rebase/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
The file to keep a list of changed files which will potentionaly help to resolve rebase conflicts.
44

5+
#### @sbouchet
6+
https://github.com/che-incubator/che-code/pull/698
7+
8+
- code/package.json
9+
---
10+
511
#### @RomanNikitenko
612
https://github.com/che-incubator/che-code/pull/689
713

.rebase/add/code/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
"glob": {
6363
"minimatch": "^5.1.9"
6464
}
65-
}
65+
},
66+
"es5-ext": "npm:@unes/es5-ext@0.10.64-1"
6667
}
6768
}

code/package-lock.json

Lines changed: 136 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

code/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,8 @@
286286
"glob": {
287287
"minimatch": "^5.1.9"
288288
}
289-
}
289+
},
290+
"es5-ext": "npm:@unes/es5-ext@0.10.64-1"
290291
},
291292
"repository": {
292293
"type": "git",

0 commit comments

Comments
 (0)