Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github-ace-light

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github-ace-light - npm Package Compare versions

Comparing version 0.1.0 to 0.1.2

6

package.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc