Skip to content

Commit

Permalink
Merge pull request #104 from uicrooks/dev
Browse files Browse the repository at this point in the history
v4.0.3
  • Loading branch information
sergejcodes authored Jul 16, 2021
2 parents 469f462 + 6ba2cb2 commit 93cb065
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "shopify-theme-lab",
"description": "Customizable modular development environment for blazing-fast Shopify theme creation",
"author": "Sergej Samsonenko",
"version": "4.0.2",
"version": "4.0.3",
"license": "MIT",
"scripts": {
"start": "run-p -sr shopify:serve webpack:watch",
Expand All @@ -23,19 +23,19 @@
},
"dependencies": {
"tailwindcss": "^2.2.4",
"vue": "^3.1.4",
"vue": "^3.1.5",
"vuex": "^4.0.2"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-env": "^7.14.7",
"@vue/compiler-sfc": "^3.1.4",
"autoprefixer": "^10.2.6",
"@vue/compiler-sfc": "^3.1.5",
"autoprefixer": "^10.3.1",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^3.0.0",
"cross-env": "^7.0.3",
"css-loader": "^5.2.6",
"css-loader": "^6.0.0",
"css-minimizer-webpack-plugin": "^3.0.2",
"eslint": "^7.30.0",
"eslint-plugin-vue": "^7.13.0",
Expand All @@ -46,13 +46,13 @@
"postcss-import": "^14.0.2",
"postcss-loader": "^6.1.1",
"postcss-preset-env": "^6.7.0",
"style-loader": "^3.0.0",
"style-loader": "^3.1.0",
"stylelint": "^13.13.1",
"stylelint-config-recommended": "^5.0.0",
"stylelint-webpack-plugin": "^2.2.2",
"url-loader": "^4.1.1",
"vue-loader": "^16.3.0",
"webpack": "^5.44.0",
"vue-loader": "^16.3.1",
"webpack": "^5.45.1",
"webpack-cli": "^4.7.2",
"webpack-merge": "^5.8.0"
}
Expand Down
Empty file.
2 changes: 1 addition & 1 deletion shopify/templates/page.contact.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"sections": {
"main": {
"type": "main-page"
"type": "main-page-contact"
}
},
"order": [
Expand Down

0 comments on commit 93cb065

Please sign in to comment.