Skip to content

Commit e29a877

Browse files
committed
fix: exclude some examples from publish
1 parent 3389cdf commit e29a877

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

examples/plasmo-browserext/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "plasmo-browserext",
3+
"private": true,
34
"displayName": "Plasmo browserext",
45
"version": "0.0.1",
56
"description": "A basic Plasmo extension.",

packages/angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@aptabase/angular",
3+
"private": true,
34
"version": "0.0.2",
45
"description": "Angular SDK for Aptabase: Open Source, Privacy-First and Simple Analytics for Mobile, Desktop and Web Apps",
56
"scripts": {
@@ -11,7 +12,6 @@
1112
"watch": "ng build --watch --configuration development",
1213
"test": "ng test"
1314
},
14-
"private": true,
1515
"dependencies": {
1616
"@angular/animations": "^17.0.0",
1717
"@angular/common": "^17.0.0",

0 commit comments

Comments
 (0)