Skip to content

Commit b39baa1

Browse files
committed
pkg cleanup
1 parent e7528e4 commit b39baa1

File tree

3 files changed

+5
-169
lines changed

3 files changed

+5
-169
lines changed

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@
2929
"@types/node": "^22.10.4",
3030
"@typescript-eslint/eslint-plugin": "^8.46.4",
3131
"@typescript-eslint/parser": "^8.46.4",
32-
"copyfiles": "^2.4.1",
33-
"cpy-cli": "^6.0.0",
3432
"eslint": "^9.39.1",
3533
"eslint-config-prettier": "^9.1.0",
3634
"eslint-plugin-simple-import-sort": "^12.1.0",

packages/hello-world/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
"version": "0.0.1",
44
"author": "Interweb <[email protected]>",
55
"description": "Hello World extension with Row Level Security (RLS) demo",
6-
"publishConfig": {
7-
"access": "public"
8-
},
6+
"private": true,
97
"scripts": {
8+
"clean": "rimraf dist/**",
9+
"lint": "eslint . --fix",
1010
"test": "jest",
1111
"test:watch": "jest --watch"
12-
}
12+
},
13+
"keywords": []
1314
}

0 commit comments

Comments
 (0)