Skip to content

Commit

Permalink
docs: updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Zizzamia committed Jun 3, 2020
1 parent 930f637 commit 3aa6ad9
Show file tree
Hide file tree
Showing 3 changed files with 208 additions and 40 deletions.
243 changes: 205 additions & 38 deletions docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/package.json
Expand Up @@ -25,7 +25,7 @@
"core-js": "3.1.4",
"idb": "5.0.3",
"ng-packagr": "^9.0.0",
"perfume.js": "5.0.2",
"perfume.js": "5.1.0",
"rxjs": "6.5.5",
"tslib": "^1.10.0",
"typescript": "3.7.5",
Expand All @@ -47,7 +47,7 @@
"karma-coverage-istanbul-reporter": "2.0.5",
"karma-jasmine": "2.0.1",
"karma-jasmine-html-reporter": "1.4.2",
"protractor": "5.4.2",
"protractor": "^7.0.0",
"ts-node": "8.5.2",
"tslint": "5.20.1"
}
Expand Down
1 change: 1 addition & 0 deletions docs/src/index.html
Expand Up @@ -192,6 +192,7 @@ <h3 class="box-title" id="/default-options/">
<td class="code">
<pre><span class="red">const</span> <span class="blue">options</span> <span class="red">=</span> {
resourceTiming<span class="red">:</span> <span class="blue">false</span>,
elementTiming<span class="red">:</span> <span class="blue">false</span>,
analyticsTracker<span class="red">:</span> options => {},
maxMeasureTime<span class="red">:</span> 15000,
};</pre>
Expand Down

0 comments on commit 3aa6ad9

Please sign in to comment.