Skip to content

Commit 023abc1

Browse files
Merge pull request #2 from FieldControl/canvas-fix
fix: 🐛 canvas fix
2 parents b8f1ac2 + c59deb8 commit 023abc1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@
77
"build": "ng build",
88
"test": "ng test",
99
"lint": "ng lint",
10-
"e2e": "ng e2e"
10+
"e2e": "ng e2e",
11+
"postinstall": "npm run build"
1112
},
13+
"main": "/dist/esm2015/angular2-signaturepad.js",
1214
"dependencies": {
1315
"@angular/animations": "~11.1.0",
1416
"@angular/common": "~11.1.0",

0 commit comments

Comments
 (0)