Skip to content

Commit

Permalink
bump new version
Browse files Browse the repository at this point in the history
  • Loading branch information
mkslanc committed Jun 4, 2023
1 parent 42e115e commit 7c55add
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ace-linters-root",
"version": "0.11.1",
"version": "0.11.2",
"scripts": {
"build:ace-linters": "cd packages/ace-linters && npm run build",
"build": "npm run build:ace-linters && webpack",
Expand Down
4 changes: 2 additions & 2 deletions packages/ace-linters/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ace-linters",
"author": "Azat Alimov <mkslanc@gmail.com>",
"version": "0.11.1",
"version": "0.11.2",
"scripts": {
"clean": "rimraf build",
"build:yaml-language-server": "cd ../yaml-language-server-esbuild && npm run build",
Expand All @@ -10,7 +10,7 @@
"build": "npm run clean && npm run build:dependencies && webpack --mode=production",
"build-dev": "npm run clean && npm run build:dependencies && webpack --mode=development",

"build-test": "npm run build:dependencies && webpack --name=test",
"build-test": "npm run build && webpack --name=test",
"start-test-server": "npm run build-test && http-server --cors='*' tests/ui/dist",
"test:unit": "mocha --config mocha.unit.config.js --exit",
"test:ui": "mocha --config mocha.ui.config.js --exit",
Expand Down

0 comments on commit 7c55add

Please sign in to comment.