Skip to content

Commit

Permalink
chore: remove unnecessary configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
DIY0R committed Oct 28, 2024
1 parent d443375 commit 9e071cf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
registry-url: 'https://npm.pkg.github.com'
- run: npm install
- run: npm run types
- name: Add scope to package name
- name: add package scope
run: |
PACKAGE_NAME=$(jq -r .name package.json)
SCOPE="@$(echo ${GITHUB_ACTOR} | tr '[:upper:]' '[:lower:]')"
Expand Down
2 changes: 0 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
/tsconfig.json
/tsconfig.build.json
/node_modules
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clap-peer",
"version": "0.0.9",
"version": "0.0.0",
"main": "./index.js",
"types": "./types/index.d.ts",
"files": [
Expand Down

0 comments on commit 9e071cf

Please sign in to comment.