We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf87e0f commit 589a0e4Copy full SHA for 589a0e4
.npmignore
package.json
@@ -3,6 +3,10 @@
3
"version": "1.0.2",
4
"description": "A React wrapper component around signature_pad. Unopinionated and heavily updated fork of react-signature-pad",
5
"main": "build/index.js",
6
+ "files": [
7
+ "src/",
8
+ "build/"
9
+ ],
10
"scripts": {
11
"lint": "standard --parser babel-eslint",
12
"lint:fix": "standard --parser babel-eslint --fix",
0 commit comments