Skip to content

Commit

Permalink
fix: exclude some examples from publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ivnbogdan committed Sep 22, 2024
1 parent 3389cdf commit e29a877
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions examples/plasmo-browserext/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "plasmo-browserext",
"private": true,
"displayName": "Plasmo browserext",
"version": "0.0.1",
"description": "A basic Plasmo extension.",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@aptabase/angular",
"private": true,
"version": "0.0.2",
"description": "Angular SDK for Aptabase: Open Source, Privacy-First and Simple Analytics for Mobile, Desktop and Web Apps",
"scripts": {
Expand All @@ -11,7 +12,6 @@
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"private": true,
"dependencies": {
"@angular/animations": "^17.0.0",
"@angular/common": "^17.0.0",
Expand Down

0 comments on commit e29a877

Please sign in to comment.