@tripod311/flow 0.0.1 → 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -18,7 +18,7 @@ Perfect for SPAs, easy to embed into any project, and just a few kilobytes in si
18
18
  ## Installation
19
19
 
20
20
  ```bash
21
- npm install flow-router
21
+ npm install @tripod311/flow
22
22
  ```
23
23
 
24
24
  Or simply copy the file into your project.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tripod311/flow",
3
- "version": "0.0.1",
3
+ "version": "0.1.0",
4
4
  "description": "Lightweight minimalistic router for single page applications",
5
5
  "keywords": [
6
6
  "js",