Skip to content

Commit

Permalink
fixes after upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
dword-design committed Dec 23, 2019
1 parent f3f20b5 commit 2cf85e3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@
"dependencies": {
"@dword-design/base-config-node": "^1.3.3",
"@dword-design/depcheck-sass-parser": "^1.0.0",
"child-process-promise": "^2.2.1",
"@dword-design/functions": "^2.2.2",
"chokidar": "^3.3.0",
"debounce": "^1.2.0",
"fs-extra": "^8.1.0",
"glob-promise": "^3.4.0"
"fs-extra": "^8.1.0"
},
"devDependencies": {
"@dword-design/base": "^3.5.0",
"@dword-design/functions": "^2.2.2",
"child-process-promise": "^2.2.1",
"expect": "^24.9.0",
"glob-promise": "^3.4.0",
"output-files": "^1.1.8",
"sort-package-json": "^1.31.0",
"wait-for-change": "^1.1.1",
Expand Down
4 changes: 3 additions & 1 deletion test/start/valid.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ export default () => withLocalTmpDir(__dirname, async () => {
.catch(error => {
if (error.code === null) {
expect(error.stdout).toMatch(new RegExp(endent`
^Copying sass files …
^Copying config files …
Updating README.md …
Copying sass files …
Sass files successfully copied.
Copying sass files …
Sass files successfully copied.
Expand Down

0 comments on commit 2cf85e3

Please sign in to comment.