Skip to content

Commit b9fd323

Browse files
committed
Update scope to org
1 parent 0d71c95 commit b9fd323

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: Build
22

33
on:
44
push:

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish to GitHub Packages
1+
name: Publish Package
22

33
on:
44
push:
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
node-version: '18'
2424
registry-url: 'https://npm.pkg.github.com'
25-
scope: '@tolinsimpson'
25+
scope: '@minimum-viable-web'
2626

2727
- name: Install dependencies
2828
run: npm ci

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
**Ultra-lightweight React alternative with short API syntax, zero dependencies, and LLM-optimized development experience.**
44

5-
[![GitHub Package](https://img.shields.io/badge/GitHub-Package-blue.svg)](https://github.com/Minimum-Viable-Web/minima-js/packages)
65
[![Package Status](https://github.com/Minimum-Viable-Web/minima-js/actions/workflows/publish.yml/badge.svg)](https://github.com/Minimum-Viable-Web/minima-js/actions/workflows/publish.yml)
76
[![Build Status](https://github.com/Minimum-Viable-Web/minima-js/actions/workflows/ci.yml/badge.svg)](https://github.com/Minimum-Viable-Web/minima-js/actions/workflows/ci.yml)
7+
[![GitHub Package](https://img.shields.io/badge/GitHub-Package-blue.svg)](https://github.com/Minimum-Viable-Web/minima-js/packages)
88
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
99
[![Zero Dependencies](https://img.shields.io/badge/dependencies-0-green.svg)](https://github.com/Minimum-Viable-Web/minima-js)
1010

0 commit comments

Comments
 (0)