We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d739b50 commit 4fe897aCopy full SHA for 4fe897a
bs-react-spring/package.json
@@ -5,9 +5,16 @@
5
"react-spring": "^8.0.27",
6
"react-with-gesture": "^4.0.8"
7
},
8
+ "files": [
9
+ "src",
10
+ "__tests__",
11
+ "package.json",
12
+ "bsconfig.json"
13
+ ],
14
"scripts": {
15
"start": "rescript build -with-deps -w",
- "build": "rescript clean && rescript build -with-deps"
16
+ "build": "rescript clean && rescript build -with-deps",
17
+ "test": "exit 0"
18
19
"devDependencies": {
20
"@rescript/react": "^0.10.3",
0 commit comments