Skip to content
This repository was archived by the owner on Mar 20, 2024. It is now read-only.

Commit 60a3ea8

Browse files
authored
chore: update package.json to 6.0.0-beta.6 (#96)
1 parent a093159 commit 60a3ea8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "preboot",
3-
"version": "6.0.0-beta.5",
3+
"version": "6.0.0-beta.6",
44
"description": "Record server view events and play back to Angular client view",
55
"scripts": {
66
"clean": "rimraf out-tsc dist/* node_modules && npm i",

src/lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "preboot",
3-
"version": "6.0.0-beta.5",
3+
"version": "6.0.0-beta.6",
44
"description": "Record server view events and play back to Angular client view",
55
"main": "./bundles/preboot.umd.js",
66
"module": "./esm5/preboot.es5.js",

0 commit comments

Comments
 (0)