Skip to content

Commit b384aed

Browse files
committed
Move packages to new craftjs-types scope for now
1 parent 5dae33f commit b384aed

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

httpclient-types/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "@bensku/httpclient-types",
2+
"name": "@craftjs-types/java.net.http",
33
"version": "VERSION",
4-
"description": "java.net.http types",
4+
"description": "Java 11 HttpClient (java.net.http) types",
55
"repository": {
66
"type": "git",
77
"url": "git+ssh://git@github.com/bensku/java-ts-bind.git",

java-core-types/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "@bensku/java-core-types",
2+
"name": "@craftjs-types/java.base",
33
"version": "VERSION",
4-
"description": "Java standard library types",
4+
"description": "Java standard library (java.base) types",
55
"repository": {
66
"type": "git",
77
"url": "git+ssh://git@github.com/bensku/java-ts-bind.git",

0 commit comments

Comments
 (0)