Skip to content

Commit

Permalink
Bump next version
Browse files Browse the repository at this point in the history
  • Loading branch information
fdodino committed Oct 20, 2024
1 parent 663551b commit 950094e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wollok-web-tools",
"version": "1.1.6",
"version": "1.1.7",
"description": "Wollok Web Tools library for web development",
"main": "dist/index.js",
"repository": "https://github.com/uqbar-project/wollok-web-tools",
Expand All @@ -20,7 +20,7 @@
"p5": "^1.11.0",
"path": "^0.12.7",
"socket.io": "^4.8.0",
"wollok-ts": "4.1.8"
"wollok-ts": "^4.1.8"
},
"devDependencies": {
"@stylistic/eslint-plugin-ts": "^2.8.0",
Expand Down
4 changes: 2 additions & 2 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = {
},
resolve: {
extensions: ['.tsx', '.ts', '.js'],
fallback: { "console": false }
fallback: { 'console': false }
},
plugins: [
new CleanWebpackPlugin({
Expand All @@ -32,6 +32,6 @@ module.exports = {
path: path.resolve(__dirname, 'dist', 'web'),
},
watchOptions: {
ignored: "/node_modules/",
ignored: '/node_modules/',
},
};

0 comments on commit 950094e

Please sign in to comment.