Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "piconav", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "JS SPA nav library.", | ||
@@ -13,3 +13,7 @@ "main": "index.js", | ||
"lodash.merge": "^4.6.2" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/emadda/piconav" | ||
} | ||
} |
@@ -39,3 +39,3 @@ ### What is `piconav`? | ||
1. Create a `nav.js` to add configuration and event handlers to `piconav`. | ||
#### 1. Create a `nav.js` to add configuration and event handlers to `piconav`. | ||
@@ -78,3 +78,3 @@ ```js | ||
2. Import `nav.js` to your store, map JS state to `document` state. | ||
#### 2. Import `nav.js` to your store, map JS state to `document` state. | ||
@@ -139,3 +139,3 @@ When the user navigates via browser: | ||
3. Run `navByBrowser` on initial page load. | ||
#### 3. Run `navByBrowser` on initial page load. | ||
@@ -142,0 +142,0 @@ This will call `events.browser.after` which will set your JS state to match the current URL. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
8215
0