File tree Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1818 - uses : browser-actions/setup-chrome@latest
1919 - name : Install, Build & Publish
2020 run : |
21- yarn
21+ yarn && yarn set-chrome
2222 cd test/ && yarn && cd ..
2323 yarn publish
2424 env :
Original file line number Diff line number Diff line change 22dist /
33Contributing.md
44docs /
5+ .parcel-cache /
6+ .husky /
57.github /
68.vscode /
Original file line number Diff line number Diff line change 11{
22 "name" : " cell-router" ,
3- "version" : " 2.1.0-rc.0 " ,
3+ "version" : " 2.1.0" ,
44 "license" : " LGPL-3.0" ,
55 "description" : " Web Component Router based on WebCell & MobX" ,
66 "keywords" : [
4242 "jest" : " ^27.4.7" ,
4343 "koapache" : " ^2.2.1" ,
4444 "less" : " ^4.1.2" ,
45- "lint-staged" : " ^12.3.2 " ,
45+ "lint-staged" : " ^12.3.3 " ,
4646 "parcel" : " ^2.2.1" ,
4747 "prettier" : " ^2.5.1" ,
4848 "puppeteer-core" : " ^13.1.3" ,
Original file line number Diff line number Diff line change @@ -4245,10 +4245,10 @@ lines-and-columns@^1.1.6:
42454245 resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632"
42464246 integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==
42474247
4248- lint-staged@^12.3.2 :
4249- version "12.3.2 "
4250- resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-12.3.2 .tgz#c87fe59dca475b7d1cb56863c5faa03c145e1446 "
4251- integrity sha512-gtw4Cbj01SuVSfAOXC6ivd/7VKHTj51yj5xV8TgktFmYNMsZzXuSd5/brqJEA93v63wL7R6iDlunMANOechC0A ==
4248+ lint-staged@^12.3.3 :
4249+ version "12.3.3 "
4250+ resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-12.3.3 .tgz#0a465962fe53baa2b4b9da50801ead49a910e03b "
4251+ integrity sha512-OqcLsqcPOqzvsfkxjeBpZylgJ3SRG1RYqc9LxC6tkt6tNsq1bNVkAixBwX09f6CobcHswzqVOCBpFR1Fck0+ag ==
42524252 dependencies :
42534253 cli-truncate "^3.1.0"
42544254 colorette "^2.0.16"
You can’t perform that action at this time.
0 commit comments