Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ just paste the code to your own `index.html`, and load it up in a browser.

open the console to see the output when navigating.

## Project preparation

Run 'npm install' and 'bower install' to fetch all dependencies.

## Demos

Expand Down
9 changes: 6 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stateman",
"version": "0.2.0",
"version": "0.2.2",
"main": "stateman.js",
"description": "A tiny foundation that providing nested state-based routing for complex web application.",
"keywords": [
Expand All @@ -19,5 +19,8 @@
"gulpfile.js",
"*.json",
"*.md"
]
}
],
"dependencies": {
"qs": "https://github.com/ljharb/qs.git#^6.2.0"
}
}
5 changes: 3 additions & 2 deletions component.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stateman",
"version": "0.2.0",
"version": "0.2.1",
"main": "src/index.js",
"description": "A tiny foundation that providing nested state-based routing for complex web application.",
"keywords": [
Expand All @@ -14,6 +14,7 @@
"src/histery.js",
"src/state.js",
"src/stateman.js",
"src/util.js"
"src/util.js",
"bower_components/qs/lib/index.js"
]
}
Loading