Skip to content

Commit

Permalink
fix(chore): fixies for version command
Browse files Browse the repository at this point in the history
  • Loading branch information
SvetlanaMuravlova committed Feb 6, 2023
1 parent e476f2a commit 6e71cef
Show file tree
Hide file tree
Showing 2 changed files with 143 additions and 10 deletions.
149 changes: 140 additions & 9 deletions package-lock.json

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

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"ng": "nx",
"start": "ng serve",
"start": "npx nx run demo:serve",
"demo.build": "ng build",
"demo.build-prod": "ng build",
"build": "nx run ng2-dragula:build",
Expand Down Expand Up @@ -41,6 +41,7 @@
"@nrwl/jest": "15.6.3",
"@nrwl/linter": "15.6.3",
"@nrwl/nx-cloud": "15.0.2",
"@types/fs-extra": "9.0.7",
"@types/dragula": "^2.1.34",
"@types/jest": "28.1.8",
"@types/node": "18.7.1",
Expand All @@ -53,6 +54,7 @@
"eslint": "8.15.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-cypress": "2.12.1",
"fs-extra": "9.1.0",
"jest": "28.1.3",
"jest-environment-jsdom": "28.1.1",
"jest-preset-angular": "12.2.3",
Expand Down

0 comments on commit 6e71cef

Please sign in to comment.