Skip to content

Commit 1bdc98b

Browse files
authoredOct 10, 2023
Merge pull request #50 from H-L/master
Fix types for TS files using ScratchCard
2 parents 94f95cc + 6813baf commit 1bdc98b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎package.json

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "1.5.4",
44
"description": "Create scratch card in browser.",
55
"main": "./build/scratchcard.min.js",
6+
"typings": "./types/scratchcard-js.d.ts",
67
"scripts": {
78
"dev": "cross-env NODE_ENV=development concurrently \"webpack\" \"webpack-dev-server\" ",
89
"build": "webpack",

0 commit comments

Comments
 (0)
Failed to load comments.