Skip to content

Commit cdd0ba9

Browse files
authored
v2.2.4
replacing `cross-var` with `cross-env-shell`
2 parents 57b4187 + a865cd8 commit cdd0ba9

File tree

2 files changed

+3
-20
lines changed

2 files changed

+3
-20
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 3 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.2.3",
5+
"version": "2.2.4",
66
"license": "MIT",
77
"repository": {
88
"type": "git",
@@ -21,7 +21,7 @@
2121
"build": "cross-env NODE_ENV=production BROWSERSLIST_ENV=production BROWSERSLIST_CONFIG=.config/.browserslistrc node_modules/.bin/webpack --config .config/webpack/webpack.prod.js",
2222
"reloadr": "node .config/plugins/reloadr/reloadr.server.js",
2323
"lint": "node_modules/.bin/eslint src/**/*.{js,vue} --config .config/.eslintrc.js",
24-
"shopify:watch": "cross-var shopify-themekit watch --env=dev --allow-live --config .config/shopify/shopify.dev.yml --notify=http://localhost:$npm_package_config_reloadr_serverPort/reload",
24+
"shopify:watch": "cross-env-shell shopify-themekit watch --env=dev --allow-live --config .config/shopify/shopify.dev.yml --notify=http://localhost:$npm_package_config_reloadr_serverPort/reload",
2525
"shopify:init": "node .config/plugins/shopify/theme.init.js",
2626
"deploy:dev": "shopify-themekit deploy --env=dev --config .config/shopify/shopify.dev.yml --allow-live",
2727
"deploy:live": "shopify-themekit deploy --env=live --config .config/shopify/shopify.live.yml",
@@ -48,7 +48,6 @@
4848
"clean-webpack-plugin": "^3.0.0",
4949
"command-line-args": "^5.1.1",
5050
"cross-env": "^7.0.3",
51-
"cross-var-no-babel": "^1.1.0",
5251
"css-loader": "^5.0.1",
5352
"css-minimizer-webpack-plugin": "^1.1.5",
5453
"eslint": "^7.15.0",

0 commit comments

Comments
 (0)