Skip to content

Commit

Permalink
chore: cli template update
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipe Pinheiro committed Jul 5, 2017
1 parent cc90e21 commit b88ed52
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .eslintrc → .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"prettier/react"
],
"rules": {
"react/jsx-filename-extension": [1, { "extensions": [".js"] }]
"react/jsx-filename-extension": [1, { "extensions": [".js"] }],
"import/extensions": "off"
},
"root": true
}
3 changes: 3 additions & 0 deletions lib/cli/package-json.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,8 @@ module.exports = variables => ({
react: "16.0.0-alpha.6",
"react-dom": "15.5.4",
"react-native-web": "0.0.97"
},
peerDependencies: {
"@storybook/react-native": "3.1.6"
}
});
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"prettier": "1.4.2",
"react": "16.0.0-alpha.6",
"react-dom": "15.5.4",
"react-native": "0.44.2",
"react-native": "0.44.1",
"react-native-storybook-loader": "1.3.1",
"react-native-web": "0.0.97",
"rimraf": "2.6.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/author/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
"dependencies": {
"react": "16.0.0-alpha.6",
"react-dom": "15.5.4",
"react-native": "0.44.2",
"react-native": "0.44.1",
"react-native-web": "0.0.96"
},
"peerDependencies": {
"@storybook/react-native": "^3.1.6"
"@storybook/react-native": "3.1.6"
}
}

0 comments on commit b88ed52

Please sign in to comment.