File tree 3 files changed +7
-8
lines changed
3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 20
20
uses : actions/setup-node@v3
21
21
with :
22
22
node-version : ' 20'
23
- scope : ' @mattfors'
24
23
25
24
- name : Install dependencies
26
25
run : npm install
31
30
- name : Publish to GitHub Packages
32
31
uses : JS-DevTools/npm-publish@v3
33
32
with :
34
- token : ${{ secrets.NPM_TOKEN }}
35
- registry : ' https://npm.pkg.github.com '
33
+ token : ${{ secrets.NPMJS_TOKEN }}
34
+ registry : ' https://registry.npmjs.org '
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " @mattfors/ angular-serial" ,
3
- "version" : " 0.0.2 " ,
2
+ "name" : " angular-web -serial" ,
3
+ "version" : " 0.0.4 " ,
4
4
"description" : " Angular library for Web Serial API with RxJS" ,
5
5
"repository" : {
6
6
"type" : " git" ,
10
10
"license" : " MIT" ,
11
11
"main" : " dist/angular-serial/index.d.ts" ,
12
12
"publishConfig" : {
13
- "registry" : " https://npm.pkg.github.com "
13
+ "registry" : " https://registry.npmjs.org "
14
14
},
15
15
"scripts" : {
16
16
"ng" : " ng" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " @mattfors/ angular-serial" ,
3
- "version" : " 0.0.2 " ,
2
+ "name" : " angular-web -serial" ,
3
+ "version" : " 0.0.4 " ,
4
4
"peerDependencies" : {
5
5
"@angular/common" : " ^17.3.0" ,
6
6
"@angular/core" : " ^17.3.0"
You can’t perform that action at this time.
0 commit comments