Skip to content

Commit

Permalink
constructor, bump, badges, travis
Browse files Browse the repository at this point in the history
  • Loading branch information
reaganthomas committed Sep 7, 2015
1 parent 251383b commit 9b37f1a
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
language: node_js
node_js:
- "0.12"
- "0.11"
- "0.10"
- "iojs"
- "iojs-v1.0.4"
after_script:
- istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
# algebra.structures.max

[![NPM](https://nodei.co/npm/algebra.structures.max.png?downloads=true&downloadRank=true&stars=true)](https://npmjs.com/package/algebra.structures.max)

[![npm version](https://badge.fury.io/js/algebra.structures.max.svg)](http://badge.fury.io/js/algebra.structures.max)
[![Coverage Status](https://coveralls.io/repos/reaganthomas/algebra.structures.max/badge.svg?branch=master&service=github)](https://coveralls.io/github/reaganthomas/algebra.structures.max?branch=master)
[![Build Status](https://travis-ci.org/reaganthomas/algebra.structures.max.svg)](https://travis-ci.org/reaganthomas/algebra.structures.max)
[![Dependency Status](https://david-dm.org/reaganthomas/algebra.structures.max.svg)](https://david-dm.org/reaganthomas/algebra.structures.max)
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "algebra.structures.max",
"version": "0.1.0",
"version": "0.1.1",
"description": "A maximizing structure conforming to the Monoid specification.",
"main": "lib/index.js",
"scripts": {
Expand All @@ -23,12 +23,16 @@
},
"homepage": "https://github.com/reaganthomas/algebra.structures.max",
"devDependencies": {
"algebra.laws": "^0.1.0",
"coveralls": "^2.11.4",
"gulp": "^3.9.0",
"gulp-mocha": "^2.1.3",
"algebra.laws": "^0.1.0"
"istanbul": "^0.3.19",
"mocha": "^2.3.1",
"mocha-lcov-reporter": "0.0.2"
},
"dependencies": {
"algebra.structures.constructor": "^0.1.0",
"algebra.structures.constructor": "^0.1.3",
"deep-equal": "^1.0.1"
}
}

0 comments on commit 9b37f1a

Please sign in to comment.