Skip to content

Commit

Permalink
update deps; build
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgruber committed Dec 18, 2016
1 parent e5f3032 commit e57c0f7
Show file tree
Hide file tree
Showing 6 changed files with 72 additions and 73 deletions.
2 changes: 1 addition & 1 deletion dist/assets/external/app.css

Large diffs are not rendered by default.

66 changes: 33 additions & 33 deletions dist/assets/external/app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/assets/inline/app.css

Large diffs are not rendered by default.

66 changes: 33 additions & 33 deletions dist/assets/inline/app.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,11 @@
"jsdom": "^9.8.0",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"nyc": "^9.0.1",
"nyc": "^10.0.0",
"postcss-cssnext": "^2.8.0",
"postcss-import": "^8.1.2",
"postcss-import": "^9.0.0",
"postcss-loader": "^1.0.0",
"postcss-reporter": "^2.0.0",
"postcss-reporter": "^3.0.0",
"postcss-url": "^5.1.2",
"proxyquire": "^1.7.10",
"react-addons-test-utils": "^15.4.0",
Expand Down
3 changes: 1 addition & 2 deletions webpack/base.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,8 @@ module.exports = {
]
},
plugins,
postcss: wp => [
postcss: () => [
require('postcss-import')({
addDependencyTo: wp,
plugins: [ require('stylelint')() ]
}),
require('postcss-url')(),
Expand Down

0 comments on commit e57c0f7

Please sign in to comment.