Skip to content

Commit

Permalink
🔖 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
a-tokyo committed Dec 30, 2022
1 parent d6416a7 commit 805ef06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .storybook-ondevice/main.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
stories: [
// replace with '../src/**/*.stories.*' once storybook supports mdx syntax for react-native
'../src/**/*.stories.?(ts|tsx|js|jsx)'
'../src/**/*.stories.?(ts|tsx|js|jsx)',
],
addons: [
'@storybook/addon-ondevice-notes',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-flex-grid",
"version": "0.0.8",
"version": "0.0.9",
"description": "🎨 A react-native flexbox grid similar to bootstap's web grid.",
"main": "node_modules/expo/AppEntry.js",
"module": "lib/module/index.js",
Expand Down

0 comments on commit 805ef06

Please sign in to comment.