Skip to content

Commit

Permalink
Update package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mmzliveid committed Jun 20, 2020
1 parent 79da578 commit b16a918
Show file tree
Hide file tree
Showing 2 changed files with 132 additions and 12 deletions.
137 changes: 126 additions & 11 deletions package-lock.json

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

7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@
},
"homepage": "https://github.com/myanmartools/ng-zawgyi-detector",
"scripts": {
"ng": "ng",
"ngb": "ngb",
"tsc": "tsc",
"eslint": "eslint",
"lint": "eslint -c .eslintrc.json --ext .js,.ts .",
"build": "ngb build --env.prod",
"test": "node --max_old_space_size=8192 node_modules/@angular/cli/bin/ng test",
Expand All @@ -28,6 +29,10 @@
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.901.9",
"@angular-eslint/eslint-plugin": "0.0.1-alpha.32",
"@angular-eslint/eslint-plugin-template": "0.0.1-alpha.32",
"@angular-eslint/schematics": "0.0.1-alpha.32",
"@angular-eslint/template-parser": "0.0.1-alpha.32",
"@angular/cli": "^9.1.9",
"@angular/compiler": "^9.1.11",
"@angular/compiler-cli": "^9.1.11",
Expand Down

0 comments on commit b16a918

Please sign in to comment.