Skip to content
This repository has been archived by the owner on May 5, 2022. It is now read-only.

Commit

Permalink
chore: update dependencies (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Woodward committed Aug 28, 2019
1 parent 95c0fb7 commit 6aad63c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
1 change: 1 addition & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ env:
browser: true
node: true
parserOptions:
ecmaVersion: 2015
sourceType: module
rules:
max-nested-callbacks: 0
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
[![Travis](https://img.shields.io/travis/com/salte-io/ng-currency/master.svg?style=flat)](https://travis-ci.com/salte-io/ng-currency)
[![Coveralls](https://img.shields.io/coveralls/salte-io/ng-currency/master.svg)](https://coveralls.io/github/salte-io/ng-currency?branch=master)

[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](https://commitizen.github.io/cz-cli/)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
[![Greenkeeper badge](https://badges.greenkeeper.io/salte-io/ng-currency.svg)](https://greenkeeper.io)

Expand Down
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,15 @@
"babel-loader": "^8.0.5",
"chai": "^4.2.0",
"coveralls": "^3.0.2",
"cz-conventional-changelog": "^2.0.0",
"deindent": "^0.1.0",
"eslint": "^5.0.0",
"eslint-plugin-mocha": "^5.2.1",
"eslint": "^6.0.0",
"eslint-plugin-mocha": "^6.0.0",
"html-loader": "^0.5.0",
"husky": "^2.0.0",
"husky": "^3.0.0",
"istanbul-instrumenter-loader": "^3.0.0",
"karma": "^4.0.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.0.0",
"karma-chrome-launcher": "^3.0.0",
"karma-coverage": "^2.0.0",
"karma-mocha": "^1.0.0",
"karma-mocha-reporter": "^2.2.5",
"karma-polyfill": "^1.0.0",
Expand Down

0 comments on commit 6aad63c

Please sign in to comment.