Skip to content

Commit

Permalink
chore(package): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-ciniawsky committed Feb 2, 2018
1 parent 56232e7 commit 410bbf9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@
"loader-utils": "^1.1.0",
"postcss": "^6.0.0",
"postcss-load-config": "^1.2.0",
"schema-utils": "^0.3.0"
"schema-utils": "^0.4.0"
},
"devDependencies": {
"coveralls": "^2.0.0",
"jest": "^21.0.0",
"jsdoc-to-markdown": "^3.0.0",
"jest": "^22.0.0",
"jsdoc-to-markdown": "^4.0.0",
"memory-fs": "^0.4.0",
"postcss-import": "^11.0.0",
"postcss-js": "^1.0.0",
Expand All @@ -29,7 +28,7 @@
"webpack": "^3.0.0"
},
"scripts": {
"clean": "rm -rf dmd jest* coverage jsdoc-api test/results",
"clean": "rm -rf coverage test/outputs",
"lint": "standard",
"docs": "jsdoc2md lib/index.js > LOADER.md",
"postdocs": "npm run clean",
Expand Down
4 changes: 1 addition & 3 deletions test/__snapshots__/Errors.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ exports[`Errors Syntax Error 1`] = `
`;
exports[`Errors Validation Error 1`] = `
"Validation Error
PostCSS Loader Invalid Options
"PostCSS Loader Invalid Options
options.sourceMap should be string,boolean
"
Expand Down
2 changes: 1 addition & 1 deletion test/helpers/compiler.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = function compiler (fixture, config, options) {
output: {
path: path.resolve(
__dirname,
`../results/${config.path ? config.path : ''}`
`../outputs/${config.path ? config.path : ''}`
),
filename: '[name].bundle.js'
},
Expand Down

0 comments on commit 410bbf9

Please sign in to comment.