Skip to content
This repository has been archived by the owner on Jun 5, 2022. It is now read-only.

Commit

Permalink
Remove unnecessary file from NPM publish & change workflow environment
Browse files Browse the repository at this point in the history
  • Loading branch information
robere2 committed May 17, 2022
1 parent 94cbbf9 commit 20b3f05
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
publish-npm:
needs: build
runs-on: ubuntu-latest
environment: Publish
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ src
jest.config.js
tsconfig.json
.npmrc
.eslintcache
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rpitv/glimpse-permissions",
"version": "0.1.0",
"version": "0.1.1",
"description": "Core permissions system for RPI TV Glimpse applications",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 20b3f05

Please sign in to comment.