Skip to content

Commit 28498eb

Browse files
jorriterikras
authored andcommitted
Add scripts folder to NPM package (#345)
To make the postinstall script work.
1 parent c477916 commit 28498eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"module": "dist/react-final-form.es.js",
88
"typings": "dist/index.d.ts",
99
"files": [
10-
"dist"
10+
"dist",
11+
"scripts"
1112
],
1213
"scripts": {
1314
"start": "nps",

0 commit comments

Comments
 (0)