Skip to content

Commit

Permalink
styling path changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Sankhadeep committed Jan 19, 2017
1 parent 4cb49e3 commit ad3c71b
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 7 deletions.
1 change: 0 additions & 1 deletion dist/init.js.map

This file was deleted.

2 changes: 1 addition & 1 deletion dist/src/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/src/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/init.js → dist/src/init.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/src/init.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"compile": "rm -rf dist/* && babel . --out-dir dist --ignore node_modules,dist --source-maps",
"transpile": "npm run compile && cp src/basic/Icon/NBIcons.json dist/src/basic/Icon",
"test": "jest",
"prepublish": "npm run compile"
"prepublish": "npm run transpile"
},
"jest": {
"preset": "react-native",
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import StyleProvider from '@shoutem/theme';
import { keys } from 'lodash';
import { Col, Row, Grid } from 'react-native-easy-grid';
import { Gravatar } from './backward/Widgets/Gravatar';
import setDefaultThemeStyle from './../init';
import setDefaultThemeStyle from './init';
import getTheme from './theme';
import variables from './theme/variables';
import Drawer from './basic/Drawer';
Expand Down
2 changes: 1 addition & 1 deletion init.js → src/init.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Theme } from '@shoutem/theme';
import getThemeStyle from './src/theme';
import getThemeStyle from './theme';

export default function setDefaultThemeStyle() {
const theme = getThemeStyle();
Expand Down

0 comments on commit ad3c71b

Please sign in to comment.