Skip to content

Commit 0d8ab04

Browse files
committed
init setup of publish workflow
1 parent 76617f7 commit 0d8ab04

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/build.yml

-1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,3 @@ jobs:
3232
with:
3333
token: ${{ secrets.NPM_TOKEN }}
3434
registry: 'https://npm.pkg.github.com'
35-
package: 'dist/angular-serial'

package.json

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
{
22
"name": "@fors/angular-serial",
33
"version": "0.0.1",
4+
"description": "Angular library for Web Serial API with RxJS",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/mattfors/angular-serial"
8+
},
9+
"author": "Matthew Fors",
10+
"license": "MIT",
11+
"main": "dist/angular-serial/index.d.ts",
412
"scripts": {
513
"ng": "ng",
614
"start": "ng serve",

0 commit comments

Comments
 (0)