Browse Source

adding unlicense badge

post_vjs2
Levi Olson 6 years ago
parent
commit
7bb756cf87
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      README.md
  2. +1
    -1
      package.json

+ 1
- 1
README.md View File

@ -1,4 +1,4 @@
[![pipeline status](https://gitlab.com/olson.levi/website/badges/master/pipeline.svg)](https://gitlab.com/olson.levi/website/commits/master) [![coverage report](https://gitlab.com/olson.levi/website/badges/master/coverage.svg)](https://gitlab.com/olson.levi/website/commits/master)
[![pipeline status](https://gitlab.com/olson.levi/website/badges/master/pipeline.svg)](https://gitlab.com/olson.levi/website/commits/master) [![coverage report](https://gitlab.com/olson.levi/website/badges/master/coverage.svg)](https://gitlab.com/olson.levi/website/commits/master) [![License: Unlicense](https://img.shields.io/badge/license-Unlicense-brightgreen.svg)](http://unlicense.org/)
# How does this work

+ 1
- 1
package.json View File

@ -15,7 +15,7 @@
"scripts": {
"start": "node app.js",
"startdev": "./node_modules/.bin/nodemon app.js",
"test": "mocha --timeout 10000 --colors --exit",
"test": "nyc --reporter=html --reporter=text mocha --timeout 10000 --colors --exit",
"coverage": "nyc --reporter=html --reporter=text mocha --timeout 10000 --exit"
},
"author": "Levi Olson <me@leviolson.com>",

Loading…
Cancel
Save