Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updated base files
  • Loading branch information
balupton committed Dec 11, 2014
1 parent fd7eb47 commit 19f1fae
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 9 deletions.
6 changes: 5 additions & 1 deletion .npmignore
@@ -1,4 +1,4 @@
# v1.3.18 June 8, 2014
# v1.3.23 October 11, 2014
# https://github.com/bevry/base

# Temp Files
Expand All @@ -11,8 +11,12 @@ components/
bower_components/
node_modules/

# Private Files
.env

# Development Files
.editorconfig
.eslintrc
.jshintrc
coffeelint.json
.travis*
Expand Down
7 changes: 4 additions & 3 deletions .travis.yml
@@ -1,10 +1,11 @@
# v1.3.17 May 29, 2014
# v1.3.23 October 11, 2014
# https://github.com/bevry/base
language: node_js
# ensure npm is the latest (handled via npm install -g npm)
# ensure npm@1 is the latest 0.8 compatible version (needed to ensure modules are installed correctly)
# ensure coffee-script is installed (needed for cake commands)
# ensure dev dependencies are installed (handled via npm install)
# ensure test dependencies are installed (handled via cake install)
install: "npm install -g npm && npm install && ./node_modules/.bin/cake install"
install: "npm install -g npm@1 && npm install coffee-script && npm install && ./node_modules/.bin/cake install"
# ensure our application is compiled before we run our tests
before_script: "./node_modules/.bin/cake compile"
script: "npm test"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -14,7 +14,7 @@
[![NPM downloads](https://img.shields.io/npm/dm/docpad.svg)](https://npmjs.org/package/docpad "View this project on NPM")
[![Dependency Status](https://img.shields.io/david/docpad/docpad.svg)](https://david-dm.org/docpad/docpad)
[![Dev Dependency Status](https://img.shields.io/david/dev/docpad/docpad.svg)](https://david-dm.org/docpad/docpad#info=devDependencies)<br/>
[![Gratipay donate button](https://img.shields.io/gratipay/docpad.svg)](https://www.gratipay.com/docpad/ "Donate weekly to this project using Gratipay")
[![Gratipay donate button](https://img.shields.io/gratipay/bevry.svg)](https://www.gratipay.com/bevry/ "Donate weekly to this project using Gratipay")
[![Flattr donate button](https://img.shields.io/badge/flattr-donate-yellow.svg)](http://flattr.com/thing/344188/balupton-on-Flattr "Donate monthly to this project using Flattr")
[![PayPayl donate button](https://img.shields.io/badge/paypal-donate-yellow.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QB8GQPZAH84N6 "Donate once-off to this project using Paypal")
[![BitCoin donate button](https://img.shields.io/badge/bitcoin-donate-yellow.svg)](https://coinbase.com/checkouts/9ef59f5479eec1d97d63382c9ebcb93a "Donate once-off to this project using BitCoin")
Expand Down Expand Up @@ -139,7 +139,7 @@ These amazing people have contributed finances to this project:

Become a sponsor!

[![Gratipay donate button](https://img.shields.io/gratipay/docpad.svg)](https://www.gratipay.com/docpad/ "Donate weekly to this project using Gratipay")
[![Gratipay donate button](https://img.shields.io/gratipay/bevry.svg)](https://www.gratipay.com/bevry/ "Donate weekly to this project using Gratipay")
[![Flattr donate button](https://img.shields.io/badge/flattr-donate-yellow.svg)](http://flattr.com/thing/344188/balupton-on-Flattr "Donate monthly to this project using Flattr")
[![PayPayl donate button](https://img.shields.io/badge/paypal-donate-yellow.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QB8GQPZAH84N6 "Donate once-off to this project using Paypal")
[![BitCoin donate button](https://img.shields.io/badge/bitcoin-donate-yellow.svg)](https://coinbase.com/checkouts/9ef59f5479eec1d97d63382c9ebcb93a "Donate once-off to this project using BitCoin")
Expand Down
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -13,14 +13,14 @@
"badges": {
"travis": true,
"npm": true,
"npmdownloads": true,
"david": true,
"daviddev": true,
"gittip": "docpad",
"gittip": "bevry",
"flattr": "344188/balupton-on-Flattr",
"paypal": "QB8GQPZAH84N6",
"bitcoin": "https://coinbase.com/checkouts/9ef59f5479eec1d97d63382c9ebcb93a",
"wishlist": "http://amzn.com/w/2F8TXKSNAFG4V",
"npmdownloads": true
"wishlist": "http://amzn.com/w/2F8TXKSNAFG4V"
},
"keywords": [
"document management system",
Expand Down

0 comments on commit 19f1fae

Please sign in to comment.