Skip to content

Commit a97d9c8

Browse files
author
Andrey Okonetchnikov
committed
Upgrade browserlist and update styleguide build command
1 parent e40d0b3 commit a97d9c8

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,6 @@ typings/
2525

2626
# Yarn Integrity file
2727
.yarn-integrity
28+
29+
# Styleguide
30+
/styleguide

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
"prerelease": "npm run build",
1616
"release": "changeset publish",
1717
"start": "styleguidist server",
18-
"styleguide": "styleguidist server",
19-
"styleguide:build": "styleguidist build",
18+
"styleguide": "styleguidist build",
2019
"test": "echo \"Error: no test specified\" && exit 0",
2120
"lint": "eslint ."
2221
},

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2241,9 +2241,9 @@ camelize@^1.0.0:
22412241
integrity sha1-FkpUg+Yw+kMh5a8HAg5TGDGyYJs=
22422242

22432243
caniuse-lite@^1.0.30000989, caniuse-lite@^1.0.30001043:
2244-
version "1.0.30001046"
2245-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001046.tgz#7a06d3e8fd8aa7f4d21c9a2e313f35f2d06b013e"
2246-
integrity sha512-CsGjBRYWG6FvgbyGy+hBbaezpwiqIOLkxQPY4A4Ea49g1eNsnQuESB+n4QM0BKii1j80MyJ26Ir5ywTQkbRE4g==
2244+
version "1.0.30001161"
2245+
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001161.tgz"
2246+
integrity sha512-JharrCDxOqPLBULF9/SPa6yMcBRTjZARJ6sc3cuKrPfyIk64JN6kuMINWqA99Xc8uElMFcROliwtz0n9pYej+g==
22472247

22482248
ccount@^1.0.0:
22492249
version "1.0.5"

0 commit comments

Comments
 (0)