Skip to content

Instantly share code, notes, and snippets.

@lunaluna
Created February 11, 2015 16:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lunaluna/6daca74f23f99ac696a1 to your computer and use it in GitHub Desktop.
Save lunaluna/6daca74f23f99ac696a1 to your computer and use it in GitHub Desktop.
Browser-sync 2.0.1 demo package.json
{
"name": "bs.2.0.1-sample",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "browser-sync start --server --files='./*.html, ./*.css'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"browser-sync": "^2.0.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment