Skip to content

Commit 980085b

Browse files
authored
Merge pull request #48 from uicrooks/dev
v2.4.12
2 parents 06d6e8e + 903575a commit 980085b

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ $ yarn install --force
150150
<!-- getting started (start) -->
151151
## Getting started
152152

153-
1. Get Shopify API access: [Instructions at Theme Kit Docs](https://shopify.github.io/themekit#get-api-access)
153+
1. Get Shopify API access: [Instructions at Theme Kit Docs](https://shopify.dev/tools/theme-kit/getting-started#step-2-generate-api-credentials)
154154

155155
2. Initialize theme on Shopify store with credentials from the first step. Either for **dev** or **live** environment:
156156

package-lock.json

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "shopify-theme-lab",
33
"description": "Customizable modular development environment for blazing-fast Shopify theme creation",
44
"author": "Sergej Samsonenko <contact@sergej.codes>",
5-
"version": "2.4.11",
5+
"version": "2.4.12",
66
"license": "MIT",
77
"config": {
88
"reloadr": {
@@ -44,15 +44,15 @@
4444
"babel-loader": "^8.2.2",
4545
"clean-webpack-plugin": "^3.0.0",
4646
"cross-env": "^7.0.3",
47-
"css-loader": "^5.0.1",
47+
"css-loader": "^5.0.2",
4848
"css-minimizer-webpack-plugin": "^1.2.0",
4949
"eslint": "^7.19.0",
5050
"eslint-plugin-vue": "^7.5.0",
5151
"eslint-webpack-plugin": "^2.5.0",
5252
"file-loader": "^6.2.0",
53-
"mini-css-extract-plugin": "^1.3.5",
53+
"mini-css-extract-plugin": "^1.3.6",
5454
"npm-run-all": "^4.1.5",
55-
"postcss": "^8.2.5",
55+
"postcss": "^8.2.6",
5656
"postcss-import": "^14.0.0",
5757
"postcss-loader": "^5.0.0",
5858
"postcss-preset-env": "^6.7.0",

0 commit comments

Comments
 (0)