fix: exclude some examples from publish

This commit is contained in:
Bogdan Ivanov 2024-09-22 08:22:43 +03:00
parent 3389cdf753
commit e29a8770fb
2 changed files with 2 additions and 1 deletions

View file

@ -1,5 +1,6 @@
{ {
"name": "plasmo-browserext", "name": "plasmo-browserext",
"private": true,
"displayName": "Plasmo browserext", "displayName": "Plasmo browserext",
"version": "0.0.1", "version": "0.0.1",
"description": "A basic Plasmo extension.", "description": "A basic Plasmo extension.",

View file

@ -1,5 +1,6 @@
{ {
"name": "@aptabase/angular", "name": "@aptabase/angular",
"private": true,
"version": "0.0.2", "version": "0.0.2",
"description": "Angular SDK for Aptabase: Open Source, Privacy-First and Simple Analytics for Mobile, Desktop and Web Apps", "description": "Angular SDK for Aptabase: Open Source, Privacy-First and Simple Analytics for Mobile, Desktop and Web Apps",
"scripts": { "scripts": {
@ -11,7 +12,6 @@
"watch": "ng build --watch --configuration development", "watch": "ng build --watch --configuration development",
"test": "ng test" "test": "ng test"
}, },
"private": true,
"dependencies": { "dependencies": {
"@angular/animations": "^17.0.0", "@angular/animations": "^17.0.0",
"@angular/common": "^17.0.0", "@angular/common": "^17.0.0",