Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
odahcam committed Feb 7, 2020
2 parents 356d8c3 + 24bead5 commit a28b478
Show file tree
Hide file tree
Showing 11 changed files with 10,837 additions and 6,102 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sudo: required
language: node_js

node_js:
- '11'
- '13'
- '10'

addons:
Expand Down
10 changes: 10 additions & 0 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
"options": {
"tsConfig": "projects/zxing-scanner/tsconfig.lib.json",
"project": "projects/zxing-scanner/ng-package.json"
},
"configurations": {
"production": {
"tsConfig": "projects/zxing-scanner/tsconfig.lib.prod.json"
}
}
},
"test": {
Expand Down Expand Up @@ -48,6 +53,7 @@
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"aot": true,
"outputPath": "dist/zxing-scanner-demo",
"index": "projects/zxing-scanner-demo/src/index.html",
"main": "projects/zxing-scanner-demo/src/main.ts",
Expand Down Expand Up @@ -87,6 +93,10 @@
"type": "initial",
"maximumWarning": "2mb",
"maximumError": "5mb"
},
{
"type": "anyComponentStyle",
"maximumWarning": "6kb"
}
],
"serviceWorker": true,
Expand Down
Loading

0 comments on commit a28b478

Please sign in to comment.