Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.

Commit ed8011e

Browse files
committed
Revert "chore: actually set all the packages to non-private"
This reverts commit 5dc446e.
1 parent 5dc446e commit ed8011e

File tree

12 files changed

+1
-12
lines changed

12 files changed

+1
-12
lines changed

libs/bitfield/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "@cordis/bitfield",
33
"description": "Data structure for working with bitfields",
4-
"private": false,
54
"main": "./dist/index.js",
65
"types": "./types/index.d.ts",
76
"version": "0.1.0",

libs/brokers/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "@cordis/brokers",
33
"description": "Message broker library for the cordis micro-services, built for AMQP",
4-
"private": false,
54
"main": "./dist/index.js",
65
"types": "./types/index.d.ts",
76
"version": "0.1.0",

libs/common/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "@cordis/common",
33
"description": "Common things amongst the cordis infrastructure",
4-
"private": false,
54
"main": "./dist/index.js",
65
"types": "./types/index.d.ts",
76
"version": "0.1.0",

libs/error/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "@cordis/error",
33
"description": "Package for creating error structures",
4-
"private": false,
54
"main": "./dist/index.js",
65
"types": "./types/index.d.ts",
76
"version": "0.1.0",

libs/gateway/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"$schema": "http://json.schemastore.org/package",
33
"name": "@cordis/gateway",
44
"description": "The cordis gateway to Discord",
5-
"private": false,
65
"main": "./dist/index.js",
76
"types": "./types/index.d.ts",
87
"version": "0.1.0",

libs/queue/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "@cordis/queue",
33
"description": "Async queues for sequential operations",
4-
"private": false,
54
"main": "./dist/index.js",
65
"types": "./types/index.d.ts",
76
"version": "0.1.0",

libs/redis-store/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "@cordis/redis-store",
33
"description": "Redis cache implementing the cordis Store",
4-
"private": false,
54
"main": "./dist/index.js",
65
"types": "./types/index.d.ts",
76
"version": "0.1.0",

libs/rest/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"$schema": "http://json.schemastore.org/package",
33
"name": "@cordis/rest",
4-
"private": false,
54
"description": "Cordis' REST utilities for the Discord API",
65
"main": "./dist/index.js",
76
"types": "./types/index.d.ts",

libs/routers/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "@cordis/routers",
33
"description": "Construct API paths using simple JavaScript property accessing and execute requests with method calls",
4-
"private": false,
54
"main": "./dist/index.js",
65
"types": "./types/index.d.ts",
76
"version": "0.1.0",

libs/snowflake/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "@cordis/snowflake",
33
"description": "Utility structure for dealing with Discord snowflakes",
4-
"private": false,
54
"main": "./dist/index.js",
65
"types": "./types/index.d.ts",
76
"version": "0.1.0",

0 commit comments

Comments
 (0)