Skip to content

Commit

Permalink
Updating references to repo and author
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelly Wallach committed Oct 23, 2023
1 parent 3e5af93 commit b5be3a6
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": ["@changesets/changelog-github", { "repo": "rrweb-io/rrweb" }],
"changelog": ["@changesets/changelog-github", { "repo": "amplitude/rrweb" }],
"commit": false,
"fixed": [
[
Expand Down
2 changes: 1 addition & 1 deletion packages/rrdom-nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "rrdom-nodejs",
"name": "@amplitude/rrdom-nodejs",
"version": "2.0.0-alpha.11",
"scripts": {
"dev": "rollup -c -w",
Expand Down
2 changes: 1 addition & 1 deletion packages/rrdom/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "rrdom",
"name": "@amplitude/rrdom",
"version": "2.0.0-alpha.11",
"homepage": "https://github.com/rrweb-io/rrweb/tree/main/packages/rrdom#readme",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/rrvideo/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "rrvideo",
"name": "@amplitude/rrvideo",
"version": "2.0.0-alpha.11",
"description": "transform rrweb session into video",
"main": "build/index.js",
Expand All @@ -17,7 +17,7 @@
"check-types": "tsc -noEmit",
"prepublish": "yarn build"
},
"author": "[email protected]",
"author": "Amplitude Inc",
"license": "MIT",
"devDependencies": {
"@types/fs-extra": "11.0.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/rrweb-player/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "rrweb-player",
"name": "@amplitude/rrweb-player",
"version": "2.0.0-alpha.11",
"devDependencies": {
"@rollup/plugin-commonjs": "^22.0.0",
Expand Down Expand Up @@ -48,15 +48,15 @@
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/rrweb-io/rrweb.git"
"url": "git+https://github.com/amplitude/rrweb.git"
},
"keywords": [
"rrweb"
],
"author": "[email protected]",
"author": "Amplitude Inc",
"license": "MIT",
"bugs": {
"url": "https://github.com/rrweb-io/rrweb/issues"
"url": "https://github.com/amplitude/rrweb/issues"
},
"homepage": "https://github.com/rrweb-io/rrweb#readme"
"homepage": "https://github.com/amplitude/rrweb#readme"
}
10 changes: 5 additions & 5 deletions packages/rrweb-snapshot/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "rrweb-snapshot",
"name": "@amplitude/rrweb-snapshot",
"version": "2.0.0-alpha.11",
"description": "rrweb's component to take a snapshot of DOM, aka DOM serializer",
"scripts": {
Expand All @@ -18,7 +18,7 @@
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/rrweb-io/rrweb.git"
"url": "git+https://github.com/amplitude/rrweb.git"
},
"keywords": [
"rrweb",
Expand All @@ -35,12 +35,12 @@
"es",
"typings"
],
"author": "[email protected]",
"author": "Amplitude Inc",
"license": "MIT",
"bugs": {
"url": "https://github.com/rrweb-io/rrweb/issues"
"url": "https://github.com/amplitude/rrweb/issues"
},
"homepage": "https://github.com/rrweb-io/rrweb/tree/master/packages/rrweb-snapshot#readme",
"homepage": "https://github.com/amplitude/rrweb/tree/master/packages/rrweb-snapshot#readme",
"devDependencies": {
"@types/chai": "^4.1.4",
"@types/jest": "^27.0.2",
Expand Down
10 changes: 5 additions & 5 deletions packages/rrweb/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "rrweb",
"name": "@amplitude/rrweb",
"version": "2.0.0-alpha.11",
"description": "record and replay the web",
"scripts": {
Expand All @@ -26,7 +26,7 @@
"type": "module",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/rrweb-io/rrweb.git"
"url": "git+ssh://[email protected]/amplitude/rrweb.git"
},
"keywords": [
"rrweb"
Expand All @@ -42,12 +42,12 @@
"es",
"typings"
],
"author": "[email protected]",
"author": "Amplitude",
"license": "MIT",
"bugs": {
"url": "https://github.com/rrweb-io/rrweb/issues"
"url": "https://github.com/amplitude/rrweb/issues"
},
"homepage": "https://github.com/rrweb-io/rrweb#readme",
"homepage": "https://github.com/amplitude/rrweb#readme",
"devDependencies": {
"@rollup/plugin-node-resolve": "^13.1.3",
"@types/chai": "^4.1.6",
Expand Down
8 changes: 4 additions & 4 deletions packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@rrweb/types",
"name": "@amplitude/rrweb-types",
"version": "2.0.0-alpha.11",
"publishConfig": {
"access": "public"
Expand All @@ -15,13 +15,13 @@
"prepublish": "npm run build",
"lint": "yarn eslint src/**/*.ts"
},
"homepage": "https://github.com/rrweb-io/rrweb/tree/main/packages/@rrweb/types#readme",
"homepage": "https://github.com/amplitude/rrweb/tree/main/packages/@rrweb/types#readme",
"bugs": {
"url": "https://github.com/rrweb-io/rrweb/issues"
"url": "https://github.com/amplitude/rrweb/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rrweb-io/rrweb.git"
"url": "git+https://github.com/amplitude/rrweb.git"
},
"license": "MIT",
"type": "module",
Expand Down

0 comments on commit b5be3a6

Please sign in to comment.