Skip to content

Commit d4e4b81

Browse files
committed
rename package to get rid of constraints
1 parent ad934a4 commit d4e4b81

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

scripts/res/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@rescript/scripts",
2+
"name": "@utils/scripts",
33
"type": "module",
44
"private": true,
55
"scripts": {

scripts/res/rescript.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@rescript/scripts",
2+
"name": "@utils/scripts",
33
"namespace": true,
44
"sources": [
55
{

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -446,15 +446,6 @@ __metadata:
446446
languageName: node
447447
linkType: hard
448448

449-
"@rescript/scripts@workspace:scripts/res":
450-
version: 0.0.0-use.local
451-
resolution: "@rescript/scripts@workspace:scripts/res"
452-
dependencies:
453-
"@tests/docstring-tests": "workspace:^"
454-
rescript: "workspace:^"
455-
languageName: unknown
456-
linkType: soft
457-
458449
"@rescript/std@workspace:packages/std":
459450
version: 0.0.0-use.local
460451
resolution: "@rescript/std@workspace:packages/std"
@@ -778,6 +769,15 @@ __metadata:
778769
languageName: node
779770
linkType: hard
780771

772+
"@utils/scripts@workspace:scripts/res":
773+
version: 0.0.0-use.local
774+
resolution: "@utils/scripts@workspace:scripts/res"
775+
dependencies:
776+
"@tests/docstring-tests": "workspace:^"
777+
rescript: "workspace:^"
778+
languageName: unknown
779+
linkType: soft
780+
781781
"@yarnpkg/types@npm:^4.0.1":
782782
version: 4.0.1
783783
resolution: "@yarnpkg/types@npm:4.0.1"

0 commit comments

Comments
 (0)