Skip to content

Commit 215630a

Browse files
committed
chore: Add core-js and update travis.yml
1 parent 0c2cb68 commit 215630a

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ notifications:
77
node_js: '8'
88
install: npm install
99
script: npm run validate
10-
after_success: kcd-scripts travis-after-success
10+
after_success: npx semantic-release
1111
branches:
12-
only: master
12+
only: master

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"dependencies": {
3838
"@babel/runtime": "^7.4.5",
3939
"classnames": "^2.2.5",
40+
"core-js": "^3.1.3",
4041
"date-fns": "^1.29.0",
4142
"dayzed": "^2.2.0",
4243
"format-string-by-pattern": "^1.0.0",

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5057,6 +5057,11 @@ core-js@^2.4.0, core-js@^2.5.0, core-js@^2.5.3, core-js@^2.5.7:
50575057
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.5.7.tgz#f972608ff0cead68b841a16a932d0b183791814e"
50585058
integrity sha512-RszJCAxg/PP6uzXVXL6BsxSXx/B05oJAQ2vkJRjyjrEcNVycaqOmNb5OTxZPE3xa5gwZduqza6L9JOCenh/Ecw==
50595059

5060+
core-js@^3.1.3:
5061+
version "3.1.3"
5062+
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.1.3.tgz#95700bca5f248f5f78c0ec63e784eca663ec4138"
5063+
integrity sha512-PWZ+ZfuaKf178BIAg+CRsljwjIMRV8MY00CbZczkR6Zk5LfkSkjGoaab3+bqRQWVITNZxQB7TFYz+CFcyuamvA==
5064+
50605065
[email protected], core-util-is@~1.0.0:
50615066
version "1.0.2"
50625067
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"

0 commit comments

Comments
 (0)