Skip to content

Commit

Permalink
fix: try again with renamed npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Warner authored and Michael Warner committed Sep 13, 2023
1 parent e0fd882 commit 203a1ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm publish
- run: npm publish --access=public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
## Install

```bash
npm install el-is
npm install @michaelallenwarner/el-is
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "el-is",
"name": "@michaelallenwarner/el-is",
"version": "1.0.0",
"description": "A tiny TypeScript type guard (predicate-function) for narrowing a DOM element by tag-name.",
"main": "./lib/index.js",
Expand Down

0 comments on commit 203a1ae

Please sign in to comment.