Skip to content

Commit

Permalink
⬆️ Dependencies updated
Browse files Browse the repository at this point in the history
  • Loading branch information
r37r0m0d3l committed Mar 24, 2020
1 parent 756b179 commit 662e855
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 22 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

---

## 1.3.4 Mar 24, 2020

- ⬆️ Dependencies updated.

## 1.3.3 Mar 22, 2020

- ⬆️ Dependencies updated.
Expand Down
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,8 @@ The most correct, informative, appealing and configurable variable inspector for
[![NPM Version](https://img.shields.io/npm/v/consono.svg?style=flat)]()
[![NPM Downloads](https://img.shields.io/npm/dt/consono.svg?style=flat)]()
[![Build Status](https://travis-ci.org/r37r0m0d3l/consono.svg?branch=master)](https://travis-ci.org/r37r0m0d3l/consono)
[![Issues](https://img.shields.io/github/issues-raw/r37r0m0d3l/consono.svg?maxAge=25000)](https://github.com/r37r0m0d3l/consono/issues)

[![Known Vulnerabilities](https://snyk.io/test/github/r37r0m0d3l/consono/badge.svg?targetFile=package.json)](https://snyk.io/test/github/r37r0m0d3l/consono?targetFile=package.json)
[![Dependency Status](https://david-dm.org/r37r0m0d3l/consono.svg)](https://david-dm.org/r37r0m0d3l/consono)
[![devDependencies Status](https://david-dm.org/r37r0m0d3l/consono/dev-status.svg)](https://david-dm.org/r37r0m0d3l/consono?type=dev)

[![GitHub stars](https://img.shields.io/github/stars/r37r0m0d3l/consono.svg?style=social&label=Star)](https://github.com/r37r0m0d3l/consono)
[![GitHub watchers](https://img.shields.io/github/watchers/r37r0m0d3l/consono.svg?style=social&label=Watch)](https://github.com/r37r0m0d3l/consono)
[![GitHub followers](https://img.shields.io/github/followers/r37r0m0d3l.svg?style=social&label=Follow)](https://github.com/r37r0m0d3l/consono)
[![GitHub forks](https://img.shields.io/github/forks/r37r0m0d3l/consono.svg?style=social&label=Fork)]()
[![GitHub followers](https://img.shields.io/github/followers/r37r0m0d3l.svg?style=social&label=Follow)](https://github.com/r37r0m0d3l)

---

Expand Down
2 changes: 1 addition & 1 deletion dist/consono.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/consono.js.map

Large diffs are not rendered by default.

10 changes: 1 addition & 9 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,8 @@ The most correct, informative, appealing and configurable variable inspector for
[![NPM Version](https://img.shields.io/npm/v/consono.svg?style=flat)]()
[![NPM Downloads](https://img.shields.io/npm/dt/consono.svg?style=flat)]()
[![Build Status](https://travis-ci.org/r37r0m0d3l/consono.svg?branch=master)](https://travis-ci.org/r37r0m0d3l/consono)
[![Issues](https://img.shields.io/github/issues-raw/r37r0m0d3l/consono.svg?maxAge=25000)](https://github.com/r37r0m0d3l/consono/issues)

[![Known Vulnerabilities](https://snyk.io/test/github/r37r0m0d3l/consono/badge.svg?targetFile=package.json)](https://snyk.io/test/github/r37r0m0d3l/consono?targetFile=package.json)
[![Dependency Status](https://david-dm.org/r37r0m0d3l/consono.svg)](https://david-dm.org/r37r0m0d3l/consono)
[![devDependencies Status](https://david-dm.org/r37r0m0d3l/consono/dev-status.svg)](https://david-dm.org/r37r0m0d3l/consono?type=dev)

[![GitHub stars](https://img.shields.io/github/stars/r37r0m0d3l/consono.svg?style=social&label=Star)](https://github.com/r37r0m0d3l/consono)
[![GitHub watchers](https://img.shields.io/github/watchers/r37r0m0d3l/consono.svg?style=social&label=Watch)](https://github.com/r37r0m0d3l/consono)
[![GitHub followers](https://img.shields.io/github/followers/r37r0m0d3l.svg?style=social&label=Follow)](https://github.com/r37r0m0d3l/consono)
[![GitHub forks](https://img.shields.io/github/forks/r37r0m0d3l/consono.svg?style=social&label=Fork)]()
[![GitHub followers](https://img.shields.io/github/followers/r37r0m0d3l.svg?style=social&label=Follow)](https://github.com/r37r0m0d3l)

---

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"eslint-config-prettier": "6.10.1",
"eslint-plugin-prettier": "3.1.2",
"jest": "25.1.0",
"prettier": "2.0.1",
"prettier": "2.0.2",
"remark-cli": "7.0.1",
"remark-lint": "6.0.5",
"remark-preset-lint-consistent": "2.0.3",
Expand Down Expand Up @@ -83,5 +83,5 @@
},
"type": "module",
"types": "./dist/consono.d.ts",
"version": "1.3.3"
"version": "1.3.4"
}
1 change: 1 addition & 0 deletions rollup.config.cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ export default {
warnings: true,
}),
],
external: ["chalk"],
};

0 comments on commit 662e855

Please sign in to comment.