Skip to content

Commit

Permalink
Add logo.
Browse files Browse the repository at this point in the history
  • Loading branch information
kern committed Mar 4, 2016
1 parent c238646 commit b0d267e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@ Thumbs.db
.LSOverride
Icon

# Sources
# invar
src
resources
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# invar
<p align="center"><img src="https://raw.githubusercontent.com/pavlovml/invar/master/resources/logo.png" alt="logo" width="220" /></p>

[![TravisCI shield](https://img.shields.io/travis/pavlovml/invar.svg)](https://travis-ci.org/pavlovml/invar) [![npm shield](https://img.shields.io/npm/v/invar.svg)](https://www.npmjs.com/package/invar) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](http://standardjs.com/)

Expressive runtime invariants for JavaScript. **The reign of bad errors is over!**
Expressive runtime invariants for JavaScript. *The reign of poor error messages is over!*

## Installation

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "invar",
"version": "1.0.1",
"description": "Expressive runtime invariants for JavaScript.",
"description": "Expressive runtime invariants for JavaScript",
"license": "BSD-3-Clause",
"main": "src/index.js",
"scripts": {
Expand Down
Binary file added resources/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/logo.sketch
Binary file not shown.

0 comments on commit b0d267e

Please sign in to comment.