Skip to content

Commit 402a2c7

Browse files
committed
build: change package name
1 parent 9fa4edc commit 402a2c7

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

package-lock.json

Lines changed: 11 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
"name": "cssom",
2+
"name": "rrweb-cssom",
33
"description": "CSS Object Model implementation and CSS parser",
44
"keywords": [
55
"CSS",
66
"CSSOM",
77
"parser",
88
"styleSheet"
99
],
10-
"version": "0.5.0",
10+
"version": "0.6.0",
1111
"author": "Nikita Vasilyev <me@elv1s.ru>",
12-
"repository": "NV/CSSOM",
12+
"repository": "rrweb-io/CSSOM",
1313
"files": [
1414
"lib/"
1515
],

0 commit comments

Comments
 (0)