Skip to content

Commit a57a955

Browse files
committed
updates
1 parent c3545fa commit a57a955

File tree

6 files changed

+600
-67
lines changed

6 files changed

+600
-67
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"ng": "ng",
66
"start": "ng serve",
77
"build": "ng build",
8-
"build-lib": "ng build ng-thermal-print",
8+
"build-lib": "ng build ng-thermal-print --prod",
99
"test": "ng test",
1010
"lint": "ng lint",
1111
"e2e": "ng e2e"
@@ -50,4 +50,4 @@
5050
"tslint": "~6.1.0",
5151
"typescript": "3.9.7"
5252
}
53-
}
53+
}
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
33
"dest": "../../dist/ng-thermal-print",
4+
"deleteDestPath": false,
45
"lib": {
56
"entryFile": "src/public_api.ts"
67
}
7-
}
8+
}

projects/ng-thermal-print/package.json

+8-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
{
22
"name": "ng-thermal-print",
3-
"version": "0.1.6",
3+
"version": "1.0.0",
44
"description": "An angular module to add thermal printing capabilities.",
5-
"keywords": ["Angular", "Library", "Thermal", "Printer"],
5+
"keywords": [
6+
"Angular",
7+
"Library",
8+
"Thermal",
9+
"Printer"
10+
],
611
"repository": {
712
"type": "git",
813
"url": "https://github.com/bebo925/ng-thermal-print"
@@ -14,4 +19,4 @@
1419
"dependencies": {
1520
"tslib": "^2.0.0"
1621
}
17-
}
22+
}

0 commit comments

Comments
 (0)