Skip to content

Commit

Permalink
Merge fb63f91 into b1563d1
Browse files Browse the repository at this point in the history
  • Loading branch information
mpalourdio committed Nov 20, 2022
2 parents b1563d1 + fb63f91 commit 2bc46a8
Show file tree
Hide file tree
Showing 12 changed files with 8,982 additions and 5,442 deletions.
16 changes: 0 additions & 16 deletions .browserslistrc

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/main.yml
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
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

## v0.7.0

- `angular 15` migration.
-
## v0.6.0

- `angular 14` migration.
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
@@ -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
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 2bc46a8

Please sign in to comment.