Merge branch 'master' into feature/SSH-DEPLOY-refactor

# Conflicts:
#	.gitignore
#	README.md
#	dist/index.js
#	src/index.js
This commit is contained in:
Dragan Filipovic 2020-04-11 16:54:21 +02:00
commit 62063532be
5 changed files with 25 additions and 16 deletions

View file

@ -16,7 +16,8 @@
},
"scripts": {
"build": "npm run lint && ncc build ./src/index.js -o dist",
"lint": "eslint ./src/index.js"
"lint": "eslint ./src/index.js",
"lint:fix": "eslint ./src/index.js --fix"
},
"repository": {
"type": "git",