Search code examples
zurb-foundationzurb-ink

Update Foundation For Email 2 to v2.1?


How do I update an existing Foundation For Email 2 project to v2.1?

In the article about this new version nothing's mentioned about how to actually update an existing project.


Solution

  • Edit your package.json file to

    “author”: “ZURB [email protected]”,
    “license”: “MIT”,
    “dependencies”: {
    “foundation-emails”: “2.1.0”
    },
    

    Afterwards in terminal cd into your project folder and run: npm update.