Skip to content

Instantly share code, notes, and snippets.

@ashleygwilliams
Created November 20, 2015 16:28
Show Gist options
  • Save ashleygwilliams/1a3eaaf4b031e2d252d8 to your computer and use it in GitHub Desktop.
Save ashleygwilliams/1a3eaaf4b031e2d252d8 to your computer and use it in GitHub Desktop.
{
"name": "my-pkg",
"version": "1.0.0",
"scripts": {
"lint": "jshint"
},
"devDependencies": {
"jshint": "^2.9.1"
}
}
@ashleygwilliams
Copy link
Author

to run npm run lin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment