Skip to content

Commit f44c412

Browse files
Merge pull request #2 from method-inc/dev
add Github registry to all packages
2 parents e4ac298 + 8b2316c commit f44c412

File tree

33 files changed

+397
-0
lines changed

33 files changed

+397
-0
lines changed

package.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
{
22
"name": "@rnr-method/monorepo",
3+
"license": "MIT",
4+
"author": "Method",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/method-inc/rnr-method.git"
8+
},
9+
"publishConfig": {
10+
"registry": "https://npm.pkg.github.com"
11+
},
12+
"bugs": {
13+
"url": "https://github.com/method-inc/rnr-method/issues"
14+
},
15+
"homepage": "https://github.com/method-inc/rnr-method#readme",
316
"private": true,
417
"scripts": {
518
"dev": "turbo dev --concurrency=34",

packages/alert-dialog/package.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
"version": "1.1.0",
44
"description": "Primitive alert dialog",
55
"license": "MIT",
6+
"author": "Method",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/method-inc/rnr-method.git"
10+
},
11+
"publishConfig": {
12+
"registry": "https://npm.pkg.github.com"
13+
},
14+
"bugs": {
15+
"url": "https://github.com/method-inc/rnr-method/issues"
16+
},
17+
"homepage": "https://github.com/method-inc/rnr-method#readme",
618
"main": "dist/index.js",
719
"module": "dist/index.mjs",
820
"types": "dist/index.d.ts",

packages/aspect-ratio/package.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
"version": "1.1.0",
44
"description": "Primitive aspect ratio",
55
"license": "MIT",
6+
"author": "Method",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/method-inc/rnr-method.git"
10+
},
11+
"publishConfig": {
12+
"registry": "https://npm.pkg.github.com"
13+
},
14+
"bugs": {
15+
"url": "https://github.com/method-inc/rnr-method/issues"
16+
},
17+
"homepage": "https://github.com/method-inc/rnr-method#readme",
618
"main": "dist/index.js",
719
"module": "dist/index.mjs",
820
"types": "dist/index.d.ts",

packages/avatar/package.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
"version": "1.1.0",
44
"description": "Primitive avatar",
55
"license": "MIT",
6+
"author": "Method",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/method-inc/rnr-method.git"
10+
},
11+
"publishConfig": {
12+
"registry": "https://npm.pkg.github.com"
13+
},
14+
"bugs": {
15+
"url": "https://github.com/method-inc/rnr-method/issues"
16+
},
17+
"homepage": "https://github.com/method-inc/rnr-method#readme",
618
"main": "dist/index.js",
719
"module": "dist/index.mjs",
820
"types": "dist/index.d.ts",

packages/checkbox/package.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
"version": "1.1.0",
44
"description": "Primitive checkbox",
55
"license": "MIT",
6+
"author": "Method",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/method-inc/rnr-method.git"
10+
},
11+
"publishConfig": {
12+
"registry": "https://npm.pkg.github.com"
13+
},
14+
"bugs": {
15+
"url": "https://github.com/method-inc/rnr-method/issues"
16+
},
17+
"homepage": "https://github.com/method-inc/rnr-method#readme",
618
"main": "dist/index.js",
719
"module": "dist/index.mjs",
820
"types": "dist/index.d.ts",

packages/collapsible/package.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
"version": "1.1.0",
44
"description": "Primitive collapsible",
55
"license": "MIT",
6+
"author": "Method",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/method-inc/rnr-method.git"
10+
},
11+
"publishConfig": {
12+
"registry": "https://npm.pkg.github.com"
13+
},
14+
"bugs": {
15+
"url": "https://github.com/method-inc/rnr-method/issues"
16+
},
17+
"homepage": "https://github.com/method-inc/rnr-method#readme",
618
"main": "dist/index.js",
719
"module": "dist/index.mjs",
820
"types": "dist/index.d.ts",

packages/context-menu/package.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
"version": "1.1.0",
44
"description": "Primitive context menu",
55
"license": "MIT",
6+
"author": "Method",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/method-inc/rnr-method.git"
10+
},
11+
"publishConfig": {
12+
"registry": "https://npm.pkg.github.com"
13+
},
14+
"bugs": {
15+
"url": "https://github.com/method-inc/rnr-method/issues"
16+
},
17+
"homepage": "https://github.com/method-inc/rnr-method#readme",
618
"main": "dist/index.js",
719
"module": "dist/index.mjs",
820
"types": "dist/index.d.ts",

packages/dialog/package.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
"version": "1.1.0",
44
"description": "Primitive dialog",
55
"license": "MIT",
6+
"author": "Method",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/method-inc/rnr-method.git"
10+
},
11+
"publishConfig": {
12+
"registry": "https://npm.pkg.github.com"
13+
},
14+
"bugs": {
15+
"url": "https://github.com/method-inc/rnr-method/issues"
16+
},
17+
"homepage": "https://github.com/method-inc/rnr-method#readme",
618
"main": "dist/index.js",
719
"module": "dist/index.mjs",
820
"types": "dist/index.d.ts",

packages/dropdown-menu/package.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
"version": "1.1.0",
44
"description": "Primitive dropdown menu",
55
"license": "MIT",
6+
"author": "Method",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/method-inc/rnr-method.git"
10+
},
11+
"publishConfig": {
12+
"registry": "https://npm.pkg.github.com"
13+
},
14+
"bugs": {
15+
"url": "https://github.com/method-inc/rnr-method/issues"
16+
},
17+
"homepage": "https://github.com/method-inc/rnr-method#readme",
618
"main": "dist/index.js",
719
"module": "dist/index.mjs",
820
"types": "dist/index.d.ts",

packages/hooks/package.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
"version": "1.1.0",
44
"description": "Primitive hooks",
55
"license": "MIT",
6+
"author": "Method",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/method-inc/rnr-method.git"
10+
},
11+
"publishConfig": {
12+
"registry": "https://npm.pkg.github.com"
13+
},
14+
"bugs": {
15+
"url": "https://github.com/method-inc/rnr-method/issues"
16+
},
17+
"homepage": "https://github.com/method-inc/rnr-method#readme",
618
"main": "dist/index.js",
719
"module": "dist/index.mjs",
820
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)