Skip to content

Instantly share code, notes, and snippets.

@veritstudio
Last active October 7, 2018 09:47
Show Gist options
  • Save veritstudio/65b7c0679d0d86a198ec152d40006d21 to your computer and use it in GitHub Desktop.
Save veritstudio/65b7c0679d0d86a198ec152d40006d21 to your computer and use it in GitHub Desktop.
Package.json with sass script
{
"name": "verytemp",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"sass": "npx gulp sass"
},
"keywords": [],
"author": "",
"license": "ISC"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment