10000 change generation command name · javilesdev/github-markdown-css@b99cdc4 · GitHub
[go: up one dir, main page]

Skip to content

Commit b99cdc4

Browse files
committed
change generation command name
1 parent 2639504 commit b99cdc4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"node": ">=0.10.0"
1414
},
1515
"scripts": {
16-
"generate": "github-markdown-css !> github-markdown.css"
16+
"make": "github-markdown-css !> github-markdown.css"
1717
},
1818
"files": [
1919
"github-markdown.css"

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ See [`generate-github-markdown-css`](https://github.com/sindresorhus/generate-gi
4545

4646
## Dev
4747

48-
Run `npm run generate` to update the CSS.
48+
Run `npm run make` to update the CSS.
4949

5050

5151
## License

0 commit comments

Comments
 (0)
0