Skip to content

Commit

Permalink
fix: make examples repo private
Browse files Browse the repository at this point in the history
  • Loading branch information
pyadav committed Sep 1, 2023
1 parent c3a9a34 commit 504cbc4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions examples/shield-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@raystack/shield-ts",
"version": "0.0.1",
"types": "dist/index.d.ts",
"private": true,
"sideEffects": false,
"exports": {
".": {
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"private": true,
"scripts": {
"changeset": "changeset",
"build": "turbo build --filter=@raystack/apsara",
"dev": "turbo dev --filter=@raystack/apsara",
"lint": "turbo lint --filter=@raystack/apsara",
Expand Down
1 change: 1 addition & 0 deletions packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.0.0",
"main": "index.js",
"license": "MIT",
"private": true,
"dependencies": {
"eslint-config-next": "^13.4.1",
"eslint-config-prettier": "^8.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/raystack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@raystack/apsara",
"version": "0.10.9",
"version": "0.10.10",
"types": "dist/index.d.ts",
"sideEffects": false,
"engines": {
Expand Down

0 comments on commit 504cbc4

Please sign in to comment.