Skip to content

Commit

Permalink
[CU] Update dotfiles, makefile, devDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
RebekahJ committed Mar 16, 2015
1 parent e75583d commit dc14cb5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
language: node_js
node_js:
- "0.10"
- '0.12'
- '0.11'
- '0.10'
- '0.8'
- 'iojs'
before_install:
- npm update -g npm
after_script:
- npm run coveralls
- npm run coveralls
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ lint-jshint: node_modules
./



# NODE #

# Installing node_modules:
Expand All @@ -132,7 +131,6 @@ clean-node:


# CLEAN #

.PHONY: clean

clean:
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "compute-mmean",
"version": "1.0.3",
"description": "Computes a moving arithmetic mean over a numeric array.",
"description": "Computes a moving arithmetic mean over an array.",
"author": {
"name": "Rebekah Smith",
"email": "rebekahjs17@gmail.com"
Expand Down Expand Up @@ -48,8 +48,8 @@
},
"dependencies": {},
"devDependencies": {
"chai": "1.x.x",
"mocha": "1.x.x",
"chai": "2.x.x",
"mocha": "2.x.x",
"coveralls": "^2.11.1",
"istanbul": "^0.3.0",
"jshint": "2.x.x",
Expand Down

0 comments on commit dc14cb5

Please sign in to comment.