js-design-patterns
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "js-design-patterns", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A collection of design pattern examples written in JavaScript.", | ||
@@ -10,3 +10,3 @@ "scripts": { | ||
"type": "git", | ||
"url": "https://github.com/GrowingWithTheWeb/js-design-patterns.git" | ||
"url": "https://github.com/gwtw/js-design-patterns.git" | ||
}, | ||
@@ -20,5 +20,5 @@ "keywords": [ | ||
"bugs": { | ||
"url": "https://github.com/GrowingWithTheWeb/js-design-patterns/issues" | ||
"url": "https://github.com/gwtw/js-design-patterns/issues" | ||
}, | ||
"homepage": "https://github.com/GrowingWithTheWeb/js-design-patterns", | ||
"homepage": "https://github.com/gwtw/js-design-patterns", | ||
"devDependencies": { | ||
@@ -25,0 +25,0 @@ "grunt": "^0.4.5", |
# js-design-patterns | ||
[![Build Status](http://img.shields.io/travis/GrowingWithTheWeb/js-design-patterns.svg?style=flat)](http://travis-ci.org/GrowingWithTheWeb/js-design-patterns) | ||
[![Code Climate](http://img.shields.io/codeclimate/github/GrowingWithTheWeb/js-design-patterns.svg?style=flat)](https://codeclimate.com/github/GrowingWithTheWeb/js-design-patterns) | ||
[![Code coverage](http://img.shields.io/codeclimate/coverage/github/GrowingWithTheWeb/js-design-patterns.svg?style=flat)](https://codeclimate.com/github/GrowingWithTheWeb/js-design-patterns) | ||
[![Build Status](http://img.shields.io/travis/gwtw/js-design-patterns.svg?style=flat)](http://travis-ci.org/gwtw/js-design-patterns) | ||
[![Code Climate](http://img.shields.io/codeclimate/github/gwtw/js-design-patterns.svg?style=flat)](https://codeclimate.com/github/gwtw/js-design-patterns) | ||
[![Code coverage](http://img.shields.io/codeclimate/coverage/github/gwtw/js-design-patterns.svg?style=flat)](https://codeclimate.com/github/gwtw/js-design-patterns) | ||
@@ -19,4 +19,4 @@ A collection of design pattern *examples* written in JavaScript. These are meant to be used as examples for education and guides for implementing the patterns. | ||
* [js-data-structures](https://github.com/GrowingWithTheWeb/js-data-structures) | ||
* [js-interview-questions](https://github.com/GrowingWithTheWeb/js-interview-questions) | ||
* [js-sorting](https://github.com/GrowingWithTheWeb/js-sorting) | ||
* [js-data-structures](https://github.com/gwtw/js-data-structures) | ||
* [js-interview-questions](https://github.com/gwtw/js-interview-questions) | ||
* [js-sorting](https://github.com/gwtw/js-sorting) |
16892