We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2639504 commit b99cdc4Copy full SHA for b99cdc4
package.json
@@ -13,7 +13,7 @@
13
"node": ">=0.10.0"
14
},
15
"scripts": {
16
- "generate": "github-markdown-css !> github-markdown.css"
+ "make": "github-markdown-css !> github-markdown.css"
17
18
"files": [
19
"github-markdown.css"
readme.md
@@ -45,7 +45,7 @@ See [`generate-github-markdown-css`](https://github.com/sindresorhus/generate-gi
45
46
## Dev
47
48
-Run `npm run generate` to update the CSS.
+Run `npm run make` to update the CSS.
49
50
51
## License
0 commit comments