Skip to content

Commit 4cddeaf

Browse files
author
Hugues Tennier
authored
Merge pull request #6 from Shopify/update-slate-version
Update slate version and config file
2 parents acdeac7 + 9bb8a31 commit 4cddeaf

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"url": "https://github.com/Shopify/skeleton-theme.git"
1616
},
1717
"devDependencies": {
18-
"@shopify/slate-tools": ">=1.0.0-beta.5"
18+
"@shopify/slate-tools": "1.0.0-beta.8"
1919
},
2020
"scripts": {
2121
"start": "slate-tools start",

slate.config.js

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,2 @@
1-
module.exports = {
2-
extends: {
3-
dev: {resolve: {alias}},
4-
prod: {resolve: {alias}},
5-
},
6-
};
1+
// Configuration file for all things Slate.
2+
// For more information, visit https://github.com/Shopify/slate/wiki/Slate-Configuration

0 commit comments

Comments
 (0)