Skip to content

Commit

Permalink
flow-typed install to postinstall + add any exports for module(requir…
Browse files Browse the repository at this point in the history
…e) (#917)
  • Loading branch information
VladimirPal authored and amilajack committed Apr 17, 2017
1 parent 2b0f760 commit 24cc04a
Show file tree
Hide file tree
Showing 80 changed files with 466 additions and 18,823 deletions.
2 changes: 2 additions & 0 deletions .flowconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
[ignore]
.*/node_modules/fbjs/.*
.*/node_modules/stylelint/.*
.*/node_modules/babel-plugin-flow-runtime/.*
.*/app/main.js
.*/app/dist/.*
.*/release/.*
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ app/node_modules
# OSX
.DS_Store

# flow-typed
flow-typed/npm/*
!flow-typed/npm/module_vx.x.x.js

# App packaged
release
app/main.js
Expand Down
2 changes: 1 addition & 1 deletion app/store/configureStore.production.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ const router = routerMiddleware(hashHistory);
const enhancer = applyMiddleware(thunk, router);

export default function configureStore(initialState?: counterStateType) {
return createStore(rootReducer, initialState, enhancer); // eslint-disable-line
return createStore(rootReducer, initialState, enhancer);
}
67 changes: 0 additions & 67 deletions flow-typed/npm/asar_vx.x.x.js

This file was deleted.

227 changes: 0 additions & 227 deletions flow-typed/npm/babel-core_vx.x.x.js

This file was deleted.

73 changes: 0 additions & 73 deletions flow-typed/npm/babel-eslint_vx.x.x.js

This file was deleted.

Loading

0 comments on commit 24cc04a

Please sign in to comment.