Skip to content

Commit

Permalink
Update package version, name, and URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewortwein committed Sep 25, 2024
1 parent 602c953 commit 0ee3d67
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/rrweb-snapshot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rrweb-snapshot",
"version": "2.0.0-alpha.17",
"name": "@chromaui/rrweb-snapshot",
"version": "2.0.0-alpha.17-noAbsolute",
"description": "rrweb's component to take a snapshot of DOM, aka DOM serializer",
"scripts": {
"prepare": "npm run prepack",
Expand All @@ -12,15 +12,15 @@
"test:update": "yarn build && vitest run --update",
"bench": "vite build && vitest bench",
"dev": "vite build --watch",
"build": "yarn turbo prepublish -F rrweb-snapshot",
"build": "yarn turbo prepublish -F @chromaui/rrweb-snapshot",
"check-types": "tsc --noEmit",
"prepublish": "yarn check-types && vite build",
"lint": "yarn eslint src"
},
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/rrweb-io/rrweb.git"
"url": "git+https://github.com/chromaui/rrweb.git"
},
"keywords": [
"rrweb",
Expand Down Expand Up @@ -50,9 +50,9 @@
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/rrweb-io/rrweb/issues"
"url": "https://github.com/chromaui/rrweb/issues"
},
"homepage": "https://github.com/rrweb-io/rrweb/tree/master/packages/rrweb-snapshot#readme",
"homepage": "https://github.com/chromaui/rrweb/tree/master/packages/rrweb-snapshot#readme",
"devDependencies": {
"@rrweb/utils": "^2.0.0-alpha.17",
"@types/jsdom": "^20.0.0",
Expand Down

0 comments on commit 0ee3d67

Please sign in to comment.