Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Wtower committed Feb 17, 2017
1 parent 0b89cfd commit b0fcd4f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
CHANGELOG
=========

v0.5.5
------

Updated dependencies

Date: Fri 17 Feb 2017

v0.5.4
------

Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,12 @@ generator-makrina
[![NPM version][npm-image]][npm-url]
[![Build Status][travis-image]][travis-url]
[![Coverage Status](https://coveralls.io/repos/github/Wtower/generator-makrina/badge.svg?branch=master)](https://coveralls.io/github/Wtower/generator-makrina?branch=master)
[![Dependency Status][daviddm-image]][daviddm-url]
[![npm](https://img.shields.io/npm/dt/generator-makrina.svg?maxAge=2592000)](https://www.npmjs.com/package/generator-makrina)

[npm-image]: https://badge.fury.io/js/generator-makrina.svg
[npm-url]: https://npmjs.org/package/generator-makrina
[travis-image]: https://travis-ci.org/Wtower/generator-makrina.svg?branch=master
[travis-url]: https://travis-ci.org/Wtower/generator-makrina
[daviddm-image]: https://david-dm.org/Wtower/generator-makrina.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/Wtower/generator-makrina

Generate MEAN boilerplate. Featuring model and route CRUD endpoint sub-generators and an admin interface.

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-makrina",
"version": "0.5.4",
"version": "0.5.5",
"description": "Generate MEAN boilerplate. Featuring model and route CRUD endpoint sub-gens and an admin interface.",
"homepage": "https://github.com/Wtower/generator-makrina",
"author": {
Expand All @@ -19,7 +19,7 @@
"uuid": "^3.0.0",
"xkcd-pass-plus": "^0.1.0",
"yeoman-generator": "^0.24.1",
"yosay": "^1.0.0"
"yosay": "^2.0.0"
},
"devDependencies": {
"eslint": "^3.1.1",
Expand All @@ -35,7 +35,7 @@
"gulp-nsp": "^2.1.0",
"gulp-plumber": "^1.0.0",
"sinon": "^1.17.5",
"yeoman-assert": "^2.0.0",
"yeoman-assert": "^3.0.0",
"yeoman-test": "^1.0.0"
},
"eslintConfig": {
Expand Down

0 comments on commit b0fcd4f

Please sign in to comment.