Skip to content

Latest commit

 

History

History
executable file
·
51 lines (38 loc) · 1.04 KB

README.md

File metadata and controls

executable file
·
51 lines (38 loc) · 1.04 KB

EDIT: Don't use me, I'm abandoned!

Check out some of these other Slate forks instead ->

Shopify Slate Tools

Shopify's defunct Slate tools occasionally updated w/ some security patches

For Existing Slate projects

Replace the following dependency:

{
  "devDependencies": {
    "@shopify/slate-tools": "1.0.0-beta.19"
  }
}

With:

{
  "devDependencies": {
    "@five23/slate-tools": "https://github.com/five23/slate-tools"
  }
}

With NPM

npm install https://github.com/five23/slate-tools --save-dev

With Yarn

yarn add --dev https://github.com/five23/slate-tools