Skip to content

Commit a5afe57

Browse files
committed
switch to npmjs
1 parent 50a87ed commit a5afe57

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

.github/workflows/build.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
uses: actions/setup-node@v3
2121
with:
2222
node-version: '20'
23-
scope: '@mattfors'
2423

2524
- name: Install dependencies
2625
run: npm install
@@ -31,5 +30,5 @@ jobs:
3130
- name: Publish to GitHub Packages
3231
uses: JS-DevTools/npm-publish@v3
3332
with:
34-
token: ${{ secrets.NPM_TOKEN }}
35-
registry: 'https://npm.pkg.github.com'
33+
token: ${{ secrets.NPMJS_TOKEN }}
34+
registry: 'https://registry.npmjs.org'

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "@mattfors/angular-serial",
3-
"version": "0.0.2",
2+
"name": "angular-web-serial",
3+
"version": "0.0.4",
44
"description": "Angular library for Web Serial API with RxJS",
55
"repository": {
66
"type": "git",
@@ -10,7 +10,7 @@
1010
"license": "MIT",
1111
"main": "dist/angular-serial/index.d.ts",
1212
"publishConfig": {
13-
"registry": "https://npm.pkg.github.com"
13+
"registry": "https://registry.npmjs.org"
1414
},
1515
"scripts": {
1616
"ng": "ng",

projects/angular-serial/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "@mattfors/angular-serial",
3-
"version": "0.0.2",
2+
"name": "angular-web-serial",
3+
"version": "0.0.4",
44
"peerDependencies": {
55
"@angular/common": "^17.3.0",
66
"@angular/core": "^17.3.0"

0 commit comments

Comments
 (0)