Skip to content

Commit 5d00a73

Browse files
committed
Register as new package
1 parent ca2696a commit 5d00a73

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

package.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
{
2-
"name": "@ar-js-org/ar.js",
3-
"version": "3.4.7",
2+
"name": "@ma2yama/ar.js",
3+
"version": "3.4.8",
44
"description": "Efficient Augmented Reality for the Web",
55
"main": "./aframe/build/aframe-ar.js",
6+
"publishConfig": {
7+
"access": "public"
8+
},
69
"scripts": {
710
"format-check": "prettier --check .",
811
"format": "prettier --write .",
@@ -18,7 +21,7 @@
1821
],
1922
"repository": {
2023
"type": "git",
21-
"url": "git+https://github.com/AR-js-org/AR.js.git"
24+
"url": "git+https://github.com/ma2yama/ar.js.git"
2225
},
2326
"keywords": [
2427
"AR.js",
@@ -32,7 +35,7 @@
3235
"image tracking",
3336
"marker based"
3437
],
35-
"author": "[email protected]",
38+
"author": "[email protected]",
3639
"contributors": [
3740
{
3841
"name": "Nicolò Carpignoli",
@@ -47,9 +50,9 @@
4750
],
4851
"license": "MIT",
4952
"bugs": {
50-
"url": "https://github.com/AR-js-org/AR.js/issues"
53+
"url": "https://github.com/ma2yama/ar.js/issues"
5154
},
52-
"homepage": "https://github.com/AR-js-org/AR.js/",
55+
"homepage": "https://github.com/ma2yama/ar.js/",
5356
"devDependencies": {
5457
"husky": "^9.1.7",
5558
"lint-staged": "15.4.3",

0 commit comments

Comments
 (0)