Skip to content

Commit

Permalink
Merge 305733f into b1563d1
Browse files Browse the repository at this point in the history
  • Loading branch information
mpalourdio committed Nov 18, 2022
2 parents b1563d1 + 305733f commit b22440b
Show file tree
Hide file tree
Showing 11 changed files with 8,967 additions and 5,461 deletions.
16 changes: 0 additions & 16 deletions .browserslistrc

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
node-version: [ 16.x ]
node-version: [ 18.x ]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2017-2021 mpalourdio
Copyright (c) 2017-2022 mpalourdio

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
8 changes: 4 additions & 4 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,11 @@
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
"main": "./src/test.ts",
"karmaConfig": "./karma.conf.js",
"polyfills": "./polyfills.ts",
"polyfills": [
"zone.js",
"zone.js/testing"
],
"tsConfig": "./tsconfig.spec.json",
"inlineStyleLanguage": "scss",
"watch": false,
Expand All @@ -54,9 +56,7 @@
}
}
},
"defaultProject": "intl-tel-input-ng",
"cli": {
"packageManager": "yarn",
"defaultCollection": "@angular-eslint/schematics"
}
}

0 comments on commit b22440b

Please sign in to comment.