Skip to content

Commit

Permalink
Merge branch 'master' into badges
Browse files Browse the repository at this point in the history
  • Loading branch information
ForrestWeiswolf committed Feb 17, 2019
2 parents 08e695b + 2f9033b commit 40843bf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: node_js
node_js:
node_js:
- "stable"
cache:
directories:
Expand Down
2 changes: 1 addition & 1 deletion CharacterSheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

### Inventory:

**_Stars (Github):_** 4
**_Stars (Github):_** 5

**_Dancing Pandas (Slack):_** 5

Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
Meristem
Meristem
======
[![npm version](http://img.shields.io/npm/v/meristem.svg?style=flat)](https://npmjs.org/package/meristem "View this project on npm")
[![Build Status](https://travis-ci.org/ForrestWeiswolf/Meristem.svg?branch=master)](https://travis-ci.org/ForrestWeiswolf/Meristem)
[![Build Status](https://travis-ci.org/ForrestWeiswolf/Meristem.svg?branch=master)](https://travis-ci.org/ForrestWeiswolf/Meristem)
[![Coverage Status](https://coveralls.io/repos/github/ForrestWeiswolf/Meristem/badge.svg?branch=master)](https://coveralls.io/github/ForrestWeiswolf/Meristem?branch=continuous-integration)
[![Known Vulnerabilities](https://snyk.io/test/github/ForrestWeiswolf/Meristem/badge.svg?targetFile=package.json)](https://snyk.io/test/github/ForrestWeiswolf/Meristem?targetFile=package.json)

A lightweight (no dependencies!) Javascript library for procedural text generation using a context-free grammar.
Expand Down

0 comments on commit 40843bf

Please sign in to comment.