Skip to content

Commit

Permalink
Merge pull request #19 from cristiammercado/develop
Browse files Browse the repository at this point in the history
Improvements and updates
  • Loading branch information
Cristiam Mercado authored Aug 25, 2021
2 parents 87cb6e9 + 6d1cb5c commit 3418710
Show file tree
Hide file tree
Showing 43 changed files with 26,544 additions and 10,432 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ os:
- linux
- osx
node_js:
- 16
- 15
- 14
- 12
- 10
install:
- npm install
script:
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 Cristiam Mercado
Copyright (c) 2021 Cristiam Mercado

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
16 changes: 2 additions & 14 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"build": {
"builder": "@angular-devkit/build-angular:ng-packagr",
"options": {
"tsConfig": "./tsconfig.lib.json",
"project": "./ng-package.json"
},
"configurations": {
"production": {
"tsConfig": "./tsconfig.lib.json"
}
}
},
"defaultConfiguration": "production"
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
Expand All @@ -28,18 +28,6 @@
"tsConfig": "./tsconfig.spec.json",
"karmaConfig": "./karma.conf.js"
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"./tsconfig.lib.json",
"./tsconfig.spec.json"
],
"exclude": [
"**/node_modules/**"
]
}
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion dist/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 Cristiam Mercado
Copyright (c) 2021 Cristiam Mercado

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Loading

0 comments on commit 3418710

Please sign in to comment.