Skip to content

Commit 553770b

Browse files
committed
chore: update polyfill
1 parent 681b945 commit 553770b

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,11 @@
4949
"coverage:browser": "npm run test:browser -- --coverage",
5050
"upgrade": "npm-check -u && npm audit fix",
5151
"bump": "bump --tag --push --all",
52-
"release": "npm run upgrade && npm run clean && npm run build && npm test && npm run bump"
52+
"--release--cannot upgrade or everything breaks": "npm run upgrade && npm run clean && npm run build && npm test && npm run bump",
53+
"release": "npm run clean && npm run build && npm test && npm run bump"
5354
},
5455
"devDependencies": {
55-
"@babel/polyfill": "^7.11.5",
56+
"@babel/polyfill": "^7.12",
5657
"@jsdevtools/eslint-config": "^1.1.4",
5758
"@jsdevtools/host-environment": "^2.1.2",
5859
"@jsdevtools/karma-config": "^3.1.7",

0 commit comments

Comments
 (0)