We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e142b0 commit 9c4f105Copy full SHA for 9c4f105
package.json
@@ -14,7 +14,8 @@
14
"prepublishOnly": "npm run build",
15
"predeploy": "cd ./example && npm install && npm run export",
16
"deploy": "touch ./example/out/.nojekyll && gh-pages -d ./example/out -t true",
17
- "test": "echo \"Error: no test specified\" && exit 1"
+ "test": "echo \"Error: no test specified\" && exit 1",
18
+ "link": "npm run build && npm link && cd ./example && npm link @ap.cx/react-scrollama-wrapper"
19
},
20
"author": "thierryc",
21
"license": "MIT",
@@ -26,7 +27,7 @@
26
27
"peerDependencies": {
28
"react": "17.x || 18.x",
29
"react-dom": "17.x || 18.x",
- "scrollama": "2.x"
30
+ "scrollama": "3.x"
31
32
"devDependencies": {
33
"@babel/core": "^7.16.0",
0 commit comments