Skip to content

Commit

Permalink
Stable version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsogos committed Oct 24, 2015
1 parent 2fc1834 commit 44e60a9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ Tiny and lightweight browser router library, developed with SPA in mind :)

>[![GitHub version](https://badge.fury.io/gh/michaelsogos%2Fhash-router.svg)](https://badge.fury.io/gh/michaelsogos%2Fhash-router)
[![Bower version](https://badge.fury.io/bo/hash-router.svg)](https://badge.fury.io/bo/hash-router)
[![Build Status](https://travis-ci.org/michaelsogos/Hash-Router.svg?branch=master)](https://travis-ci.org/michaelsogos/Hash-Router) [![Circle CI](https://circleci.com/gh/michaelsogos/Hash-Router/tree/master.svg?style=svg)](https://circleci.com/gh/michaelsogos/Hash-Router/tree/master)
[![Build Status](https://travis-ci.org/michaelsogos/Hash-Router.svg?branch=master)](https://travis-ci.org/michaelsogos/Hash-Router)
[![Circle CI](https://circleci.com/gh/michaelsogos/Hash-Router/tree/master.svg?style=shield)](https://circleci.com/gh/michaelsogos/Hash-Router/tree/master)


# Why #
Expand Down
3 changes: 1 addition & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
"npm",
"spa",
"url",
"path",
"nodejs"
"path"
],
"license": "MIT",
"ignore": [
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"version": "1.2.0",
"description": "Tiny and lightweight browser router library, developed with SPA in mind :)",
"main": "src/hash-router.js",
"files": [ "src/hash-router.js", "src/hash-router.min.js", "src/hash-router.min.js.map" ],
"repository": {
"type": "git",
"url": "git+https://github.com/michaelsogos/Hash-Router.git"
Expand All @@ -22,7 +23,8 @@
],
"license": "MIT",
"bugs": {
"url": "https://github.com/michaelsogos/Hash-Router/issues"
"url": "https://github.com/michaelsogos/Hash-Router/issues",
"email": "[email protected]"
},
"private": false,
"devDependencies": {
Expand Down

0 comments on commit 44e60a9

Please sign in to comment.