Skip to content

Instantly share code, notes, and snippets.

@travisduffy
Created March 10, 2020 13:26
Show Gist options
  • Save travisduffy/0f68f9aa7d6b86f8744c41652a9d4408 to your computer and use it in GitHub Desktop.
Save travisduffy/0f68f9aa7d6b86f8744c41652a9d4408 to your computer and use it in GitHub Desktop.

Revisions

  1. travisduffy created this gist Mar 10, 2020.
    16 changes: 16 additions & 0 deletions package.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,16 @@
    {
    "name": "underscores-theme",
    "version": "1.0.0",
    "description": "An underscores WP theme w/ Sass",
    "private": true,
    "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "scss": "node-sass --watch --include-path scss sass/style.scss style.css --output-style=expanded --indent-type=tab --indent-width=1"
    },
    "keywords": [],
    "author": "",
    "license": "ISC",
    "dependencies": {
    "node-sass": "^4.13.1"
    }
    }