Skip to content

Commit

Permalink
1.18.7
Browse files Browse the repository at this point in the history
  • Loading branch information
pamydev committed May 18, 2024
1 parent e75acf2 commit a3e4a08
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "winnetoujs",
"version": "1.18.6",
"version": "1.18.7",
"description": "The indie javascript constructor",
"main": "src/winnetou.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion scaffolding/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"recursive-readdir": "^2.2.2",
"sass": "^1.77.1",
"uglifycss": "0.0.29",
"winnetoujs": "^1.18.6",
"winnetoujs": "^1.18.7",
"xml-parse": "^0.4.0"
},
"devDependencies": {
Expand Down
1 change: 1 addition & 0 deletions wbr.js
Original file line number Diff line number Diff line change
Expand Up @@ -999,6 +999,7 @@ class Sass {
return resolve(res.css.toString());
})
.catch(e => {
new Drawer().drawWarning(e.message);
return reject(e);
});
});
Expand Down

0 comments on commit a3e4a08

Please sign in to comment.