Skip to content

Commit

Permalink
Merge pull request #3 from smakosh/fix/update-dependencies
Browse files Browse the repository at this point in the history
fix(security): udpate dependencies
  • Loading branch information
smakosh committed Apr 7, 2020
2 parents c33de95 + 7d99f70 commit 10e4090
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 21,586 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sudo: false

language: node_js
node_js:
- 8
- 12

cache:
directories:
Expand All @@ -11,7 +11,7 @@ notifications:
email: false

before_install:
- npm install codecov.io coveralls
- npm i && npm i codecov.io coveralls

after_success:
- cat ./coverage/lcov.info | ./node_modules/codecov.io/bin/codecov.io.js
Expand Down
4 changes: 4 additions & 0 deletions CODEOWNERS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence,
# @smakosh will be requested for review when someone opens a pull request.
* @smakosh
14 changes: 14 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@

- Running `npm install` in the component's root directory will install everything you need for development.

### Commit Messages

Commit messages should follow the following pattern:

- `chore: ....`
- `docs: ....`
- `feat: ....`
- `fix: ....`
- `refactor: ....`
- `style: ....`
- `test: ....`

You can learn more about [Conventional commits](https://www.conventionalcommits.org/en/v1.0.0/)

## Demo Development Server

- `npm start` will run a development server with the component's demo app at [http://localhost:3000](http://localhost:3000) with hot module reloading.
Expand Down
Loading

0 comments on commit 10e4090

Please sign in to comment.