We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76617f7 commit 0d8ab04Copy full SHA for 0d8ab04
.github/workflows/build.yml
@@ -32,4 +32,3 @@ jobs:
32
with:
33
token: ${{ secrets.NPM_TOKEN }}
34
registry: 'https://npm.pkg.github.com'
35
- package: 'dist/angular-serial'
package.json
@@ -1,6 +1,14 @@
1
{
2
"name": "@fors/angular-serial",
3
"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",
12
"scripts": {
13
"ng": "ng",
14
"start": "ng serve",
0 commit comments