Skip to content

Commit 4fe897a

Browse files
committed
Update package.json
1 parent d739b50 commit 4fe897a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

bs-react-spring/package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,16 @@
55
"react-spring": "^8.0.27",
66
"react-with-gesture": "^4.0.8"
77
},
8+
"files": [
9+
"src",
10+
"__tests__",
11+
"package.json",
12+
"bsconfig.json"
13+
],
814
"scripts": {
915
"start": "rescript build -with-deps -w",
10-
"build": "rescript clean && rescript build -with-deps"
16+
"build": "rescript clean && rescript build -with-deps",
17+
"test": "exit 0"
1118
},
1219
"devDependencies": {
1320
"@rescript/react": "^0.10.3",

0 commit comments

Comments
 (0)