change generation command name

This commit is contained in:
Sindre Sorhus 2016-01-23 13:15:24 +01:00
parent 2639504756
commit b99cdc49a3
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
"node": ">=0.10.0"
},
"scripts": {
"generate": "github-markdown-css !> github-markdown.css"
"make": "github-markdown-css !> github-markdown.css"
},
"files": [
"github-markdown.css"

View File

@ -45,7 +45,7 @@ See [`generate-github-markdown-css`](https://github.com/sindresorhus/generate-gi
## Dev
Run `npm run generate` to update the CSS.
Run `npm run make` to update the CSS.
## License