Skip to content
This repository has been archived by the owner on Oct 15, 2019. It is now read-only.

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenedith committed Oct 28, 2015
1 parent 18b684b commit 42f302f
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 26 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# festivals
[![npm version](https://badge.fury.io/js/festivals.svg)](http://badge.fury.io/js/festivals)
[![Coverage Status](https://coveralls.io/repos/festivals-platform/npm-festivals/badge.svg?branch=master)](https://coveralls.io/r/festivals-platform/npm-festivals?branch=master)
[![Build Status](https://travis-ci.org/festivals-platform/npm-festivals.svg?branch=master)](https://travis-ci.org/festivals-platform/npm-festivals)
[![bitHound Score](https://www.bithound.io/github/festivals-tech/npm-festivals/badges/score.svg)](https://www.bithound.io/github/festivals-tech/npm-festivals)
[![Coverage Status](https://coveralls.io/repos/festivals-tech/npm-festivals/badge.svg?branch=master&service=github)](https://coveralls.io/r/festivals-tech/npm-festivals?branch=master)
[![Build Status](https://travis-ci.org/festivals-tech/npm-festivals.svg?branch=master)](https://travis-ci.org/festivals-tech/npm-festivals)
[![Codeship Build Status](https://codeship.com/projects/7b768330-d89f-0132-ebb8-769405cfda59/status)](https://codeship.com/projects/78889)
[![Dependency Status](https://david-dm.org/festivals-platform/npm-festivals.svg)](https://david-dm.org/festivals-platform/npm-festivals)
[![Dependency Status](https://david-dm.org/festivals-tech/npm-festivals.svg)](https://david-dm.org/festivals-tech/npm-festivals)
[![devDependency Status](https://david-dm.org/festivals-tech/npm-festivals/dev-status.svg)](https://david-dm.org/festivals-tech/npm-festivals#info=devDependencies)

[![NPM](https://nodei.co/npm/festivals.png?downloads=true&stars=true)](https://nodei.co/npm/festivals/)

Expand Down
12 changes: 3 additions & 9 deletions lib/meta.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
/*
Copyright (c) 2012, Yahoo! Inc. All rights reserved.
Copyrights licensed under the New BSD License. See the accompanying LICENSE file for terms.
*/
var path = require('path'),
fs = require('fs'),
pkg = JSON.parse(fs.readFileSync(path.resolve(__dirname, '', '..', 'package.json'), 'utf8'));
var pkg = require('../package.json');

module.exports = {
NAME: pkg.name,
VERSION: pkg.version
NAME: pkg.name,
VERSION: pkg.version
};

28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
{
"name": "festivals",
"version": "0.1.1",
"version": "0.1.2",
"description": "All festivals in one place.",
"main": "./lib/festivals.js",
"dependencies": {
"assert-plus": "^0.1.5",
"async": "^1.4.2",
"async": "^1.5.0",
"config": "^1.16.0",
"elasticsearch": "^8.0.1",
"festivals-model": "festivals-platform/npm-festivals-model#466fd2f7980722469c47bd4e8753975044effc7c",
"firebase": "^2.2.9",
"elasticsearch": "^8.2.0",
"festivals-model": "0.1.9",
"firebase": "^2.3.1",
"keen-js": "^3.2.7",
"moment": "^2.10.6",
"my-restify-api": "Zenedith/npm-my-restify-api#f79c698bfad002584d8c3359f7284594d0de1616",
"newrelic": "^1.22.0",
"newrelic": "^1.22.2",
"node-uuid": "^1.4.3",
"tough-cookie": "^2.0.0",
"winston": "^1.0.1",
"winston-loggly": "^1.1.0"
"tough-cookie": "^2.2.0",
"winston": "^1.1.1",
"winston-loggly": "^1.2.0"
},
"devDependencies": {
"chai": "^3.2.0",
"chai": "^3.4.0",
"hippie": "^0.4.0",
"istanbul": "^0.3.19",
"mocha": "^2.3.0",
"istanbul": "^0.4.0",
"mocha": "^2.3.3",
"rewire": "^2.3.4"
},
"scripts": {
Expand Down Expand Up @@ -57,8 +57,8 @@
"node": ">=0.10.0"
},
"readmeFilename": "README.md",
"_id": "festivals@0.1.1",
"_from": "festivals@^0.1.1",
"_id": "festivals@0.1.2",
"_from": "festivals@^0.1.2",
"directories": {
"test": "test"
}
Expand Down

0 comments on commit 42f302f

Please sign in to comment.