Skip to content

Commit

Permalink
Convert package to organization
Browse files Browse the repository at this point in the history
Convereted the existing private package to a public package and added to randomsoftwareltd organization
  • Loading branch information
Janitha Tennakoon committed Dec 22, 2023
1 parent 3b37fc4 commit 70d5d59
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,6 @@ This project is licensed under the MIT License - see the LICENSE.md file for det

You can copy this entire block and paste it into your README.md file.

# Package
# Package Status

Publish [![publish](https://github.com/RandomSoftwareSL/primeng-custom-typehead-dropdown/actions/workflows/npm-publish.yml/badge.svg)](https://github.com/RandomSoftwareSL/primeng-custom-typehead-dropdown/actions/workflows/npm-publish.yml)
[![publish](https://github.com/RandomSoftwareSL/primeng-custom-typehead-dropdown/actions/workflows/npm-publish.yml/badge.svg)](https://github.com/RandomSoftwareSL/primeng-custom-typehead-dropdown/actions/workflows/npm-publish.yml)
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "type-head-input",
"version": "0.0.0",
"name": "@randomsoftwareltd/type-head-input",
"version": "0.0.2",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand All @@ -10,7 +10,6 @@
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"private": true,
"dependencies": {
"@angular/animations": "^15.1.4",
"@angular/common": "^15.1.4",
Expand Down

0 comments on commit 70d5d59

Please sign in to comment.