Skip to content

Instantly share code, notes, and snippets.

View vshulev's full-sized avatar

Velizar Shulev vshulev

  • ClaimCompass
  • Sofia
View GitHub Profile
### Keybase proof
I hereby claim:
* I am vshulev on github.
* I am vshulev (https://keybase.io/vshulev) on keybase.
* I have a public key ASCiTr7z7UT-fHonSydSMwKORWAk7QwBf2TtUlKk4Px8AAo
To claim this, I am signing this object:
{
"name": "tmp-semantic-release",
"version": "0.0.1",
"description": "Temp semantic release project",
"main": "index.js",
"scripts": {
"semantic-release": "semantic-release"
},
"dependencies": {
"semantic-release": "^15.9.5",
@vshulev
vshulev / hello-world.js
Created March 23, 2020 15:34
Hello world in JavaScript
console.log('Hello, world!')