Skip to content
This repository has been archived by the owner on Jul 29, 2023. It is now read-only.

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Nov 19, 2017
1 parent 73144d5 commit c6cc584
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 10 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "alfred-caniuse",
"version": "0.0.0",
"version": "0.1.0",
"description": "Afred Can I Use Workflow",
"main": "",
"scripts": {
Expand All @@ -13,8 +13,15 @@
"url": "https://github.com/robjtede/alfred-caniuse.git"
},
"lint-staged": {
"*": ["eclint fix", "git add"],
"*.{js,md,json}": ["eclint fix", "prettier --write", "git add"]
"*": [
"eclint fix",
"git add"
],
"*.{js,md,json}": [
"eclint fix",
"prettier --write",
"git add"
]
},
"keywords": [
"alfred",
Expand Down

0 comments on commit c6cc584

Please sign in to comment.