Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bebo925 committed Jul 27, 2020
1 parent c3545fa commit a57a955
Show file tree
Hide file tree
Showing 6 changed files with 600 additions and 67 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build-lib": "ng build ng-thermal-print",
"build-lib": "ng build ng-thermal-print --prod",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
Expand Down Expand Up @@ -50,4 +50,4 @@
"tslint": "~6.1.0",
"typescript": "3.9.7"
}
}
}
3 changes: 2 additions & 1 deletion projects/ng-thermal-print/ng-package.prod.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
"dest": "../../dist/ng-thermal-print",
"deleteDestPath": false,
"lib": {
"entryFile": "src/public_api.ts"
}
}
}
11 changes: 8 additions & 3 deletions projects/ng-thermal-print/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
{
"name": "ng-thermal-print",
"version": "0.1.6",
"version": "1.0.0",
"description": "An angular module to add thermal printing capabilities.",
"keywords": ["Angular", "Library", "Thermal", "Printer"],
"keywords": [
"Angular",
"Library",
"Thermal",
"Printer"
],
"repository": {
"type": "git",
"url": "https://github.com/bebo925/ng-thermal-print"
Expand All @@ -14,4 +19,4 @@
"dependencies": {
"tslib": "^2.0.0"
}
}
}
Loading

0 comments on commit a57a955

Please sign in to comment.