Skip to content

Commit

Permalink
Stable release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsogos committed Oct 23, 2015
1 parent 5f35a7f commit 9674f77
Show file tree
Hide file tree
Showing 258 changed files with 42,849 additions and 176 deletions.
12 changes: 8 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,22 @@
"name": "hash-router",
"homepage": "https://github.com/michaelsogos/Hash-Router",
"authors": [
"Michael Sogos <[email protected]>"
"Michael Sogos <[email protected]>",
"Anton Rodin <[email protected]>"
],
"version": "1.1.1",
"version": "1.2.0",
"description": "Tiny and lightweight browser router library, developed with SPA in mind :)",
"main": [ "src/hash-router.js", "src/hash-router.min.js", "src/hash-router.min.js.map" ],
"moduleType": [ "globals" ],
"keywords": [
"hash",
"router",
"browser",
"npm",
"spa",
"url",
"path"
"path",
"nodejs"
],
"license": "MIT",
"ignore": [
Expand All @@ -23,5 +26,6 @@
"bower_components",
"test",
"tests"
]
],
"private": false
}
31 changes: 31 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "hash-router",
"homepage": "https://github.com/michaelsogos/Hash-Router",
"author": "Michael Sogos <[email protected]>",
"contributors": [ "Anton Rodin <[email protected]>" ],
"version": "1.2.0",
"description": "Tiny and lightweight browser router library, developed with SPA in mind :)",
"main": "src/hash-router.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/michaelsogos/Hash-Router.git"
},
"keywords": [
"hash",
"router",
"browser",
"npm",
"spa",
"url",
"path",
"nodejs"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/michaelsogos/Hash-Router/issues"
},
"private": false
}
Loading

0 comments on commit 9674f77

Please sign in to comment.