Skip to content

Commit

Permalink
19360: Fixes package.json name typo, publish config (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
apbassett authored Mar 8, 2024
1 parent e5f7ba4 commit 08fb794
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
run: |
sed -i "s|\"version\": \"0.0.0\"|\"version\": \"${{ needs.metadata.outputs.version }}\"|g" ./package.json
- name: Build Node package
- name: Build and publish Node package
run: |
npm ci
npm run build
Expand All @@ -73,7 +73,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: "21.x"
registry-url: ${{ secrets.JFROG_URL }}/artifactory/npm-edge
registry-url: ${{ secrets.JFROG_URL }}/artifactory/api/npm/npm-edge/

- name: Publish Node package
run: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Your home directory must contain a `.npmrc` file pointing to the Azure DevOps ar
Standard package installation makes imports available:

```bash
npm i @howso/react-tailwind-flowbit-components
npm i @howso/react-tailwind-flowbite-components
```

Fonts must be installed in your application directly. They are installed here only for Storybook support.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@howso/react-tailwind-flowbit-components",
"name": "@howso/react-tailwind-flowbite-components",
"version": "0.0.0",
"description": "Provides display components for React Tailwind Flowbite applications",
"main": "lib/index.js",
Expand All @@ -20,6 +20,9 @@
"storybook": "storybook dev -p 6006",
"prepack": "npm run build"
},
"publishConfig": {
"registry":"https://dpbuild.jfrog.io/artifactory/api/npm/npm-edge/"
},
"repository": {
"type": "git",
"url": "https://github.com/howsoai/react-tailwind-flowbite-components"
Expand Down

0 comments on commit 08fb794

Please sign in to comment.