Skip to content

Commit 5a085d1

Browse files
authored
Update core-js package (#558)
1 parent 932461c commit 5a085d1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"main": "cloudinary.js",
1313
"dependencies": {
1414
"cloudinary-core": "^2.10.2",
15-
"core-js": "3.6.5",
15+
"core-js": "^3.6.5",
1616
"lodash": "^4.17.21",
1717
"q": "^1.5.1"
1818
},

tools/scripts/test.es5.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44
# This file should be in the config under a 'require' key
55
# However Mocha 6 does not expose before, beforeEach after etc. at that time
66
# When Removing support of Node 6 and 8 and using Mocha 8, we should move this to the mocharc.json file
7+
npm install [email protected]
78
mocha --require './test/setup.js' --require 'babel-register' --require 'babel-polyfill' "./test/**/*spec.js"

0 commit comments

Comments
 (0)