Skip to content

Commit

Permalink
Update jss and removed namespaced package
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanmarks committed Sep 8, 2016
1 parent 2e56fc3 commit a38068f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,9 @@
"react-dom": "^15.0.0"
},
"dependencies": {
"@nmarks/jss": "^5.4.6",
"classnames": "^2.2.5",
"dom-helpers": "^2.4.0",
"jss": "^5.4.0",
"jss": "^5.5.0",
"jss-preset-default": "^0.2.0",
"jss-theme-reactor": "0.1.0-alpha.13",
"keycode": "^2.1.1",
Expand Down
2 changes: 1 addition & 1 deletion src/styles/MuiThemeProvider.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// @flow weak
import { createThemeProvider } from 'jss-theme-reactor/ThemeProvider';
import { create } from '@nmarks/jss';
import { create } from 'jss';
import jssPreset from 'jss-preset-default';
import { createMuiTheme } from './theme';

Expand Down

0 comments on commit a38068f

Please sign in to comment.