We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a75554c commit 4c3ca6fCopy full SHA for 4c3ca6f
package.json
@@ -39,7 +39,8 @@
39
"analyze": "size-limit --why",
40
"examples:base": "yarn --cwd examples/base",
41
"examples:reqres": "yarn --cwd examples/reqres",
42
- "examples:refresh-token": "yarn --cwd examples/refresh-token"
+ "examples:refresh-token": "yarn --cwd examples/refresh-token",
43
+ "examples:native": "yarn --cwd examples/native"
44
},
45
"devDependencies": {
46
"@size-limit/preset-small-lib": "^7.0.8",
0 commit comments