Skip to content

Commit

Permalink
Merge pull request #293 from kefirjs/deps
Browse files Browse the repository at this point in the history
Update (dev) dependencies, address github security alert
  • Loading branch information
Macil committed Jun 11, 2019
2 parents cf85194 + 384e5e2 commit bcf560f
Show file tree
Hide file tree
Showing 26 changed files with 1,470 additions and 970 deletions.
1 change: 1 addition & 0 deletions .npmignore
Expand Up @@ -14,3 +14,4 @@ test
changelog.md
tmp
.babelrc
.prettierrc
7 changes: 7 additions & 0 deletions .prettierrc
@@ -0,0 +1,7 @@
{
"semi": false,
"bracketSpacing": false,
"printWidth": 120,
"singleQuote": true,
"trailingComma": "es5"
}
11 changes: 0 additions & 11 deletions configs/prettier.sh

This file was deleted.

0 comments on commit bcf560f

Please sign in to comment.