github-ace-light
Advanced tools
Comparing version 0.1.0 to 0.1.2
{ | ||
"version": "0.1.0", | ||
"version": "0.1.2", | ||
"name": "github-ace-light", | ||
@@ -16,3 +16,5 @@ "description": "Ace theme for GitHub light syntax", | ||
"scripts": { | ||
"update": "cp node_modules/github-syntax-theme-generator/build/ace/github-light.css .", | ||
"_version": "npm version $(npm view github-syntax-theme-generator version)", | ||
"_update": "npm update && cp node_modules/github-syntax-theme-generator/build/ace/github-light.css .", | ||
"ship": "npm run _update && npm run _version && git push && git push --tags && npm publish", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
@@ -19,0 +21,0 @@ }, |
@@ -29,4 +29,9 @@ # GitHub light syntax Ace theme | ||
For any bugs, fill reports with the [generator](https://github.com/primer/github-syntax-theme-generator/issues). | ||
For any bugs, fill reports with the [generator](https://github.com/primer/github-syntax-theme-generator/issues). For shipping a new version, run the npm script `npm run ship`. This will | ||
- Update the lib files | ||
- Update the version to match the github-syntax-theme-generator version | ||
- Push to GitHub | ||
- Publish to npm | ||
## Changelog | ||
@@ -33,0 +38,0 @@ |
5252
48