Skip to content

Commit 7008a25

Browse files
authored
fix(package.json): CedarJS in descriptions (#404)
1 parent 0874c66 commit 7008a25

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cedarjs/cli",
33
"version": "0.0.5",
4-
"description": "The Redwood Command Line",
4+
"description": "The CedarJS Command Line",
55
"repository": {
66
"type": "git",
77
"url": "git+https://github.com/cedarjs/cedar.git",

packages/codemods/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cedarjs/codemods",
33
"version": "0.0.5",
4-
"description": "Codemods to ease upgrading a RedwoodJS Project",
4+
"description": "Codemods to ease upgrading a CedarJS Project",
55
"repository": {
66
"type": "git",
77
"url": "git+https://github.com/cedarjs/cedar.git",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cedarjs/core",
33
"version": "0.0.5",
4-
"description": "Foundational packages and config required to build RedwoodJS.",
4+
"description": "Foundational packages and config required to build CedarJS",
55
"repository": {
66
"type": "git",
77
"url": "git+https://github.com/cedarjs/cedar.git",

packages/prerender/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cedarjs/prerender",
33
"version": "0.0.5",
4-
"description": "RedwoodJS prerender",
4+
"description": "CedarJS prerender",
55
"repository": {
66
"type": "git",
77
"url": "git+https://github.com/cedarjs/cedar.git",

packages/web-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cedarjs/web-server",
33
"version": "0.0.5",
4-
"description": "Cedar's server for the Web side",
4+
"description": "CedarJS's server for the Web side",
55
"repository": {
66
"type": "git",
77
"url": "git+https://github.com/cedarjs/cedar.git",

0 commit comments

Comments
 (0)