Skip to content

Commit

Permalink
release 20.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tiberiuzuld committed May 24, 2024
1 parent 9ccc7a3 commit 7f18805
Show file tree
Hide file tree
Showing 15 changed files with 5,654 additions and 4,419 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# See http://help.github.com/ignore-files/ for more about ignoring files.
# See https://docs.github.com/get-started/getting-started-with-git/ignoring-files for more about ignoring files.

# Compiled output
/dist
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) 2023 Tiberiu Zuld
Copyright (c) 2024 Tiberiu Zuld

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
14 changes: 5 additions & 9 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,23 @@
"prefix": "cg",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"builder": "@angular-devkit/build-angular:application",
"options": {
"outputPath": "dist/demo",
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": [
"zone.js"
],
"tsConfig": "tsconfig.app.json",
"assets": [
"src/favicon.ico",
"src/assets"
],
"styles": [
"src/styles.css",
"src/theme.scss"
],
"scripts": []
"scripts": [],
"browser": "src/main.ts"
},
"configurations": {
"production": {
Expand Down Expand Up @@ -66,10 +65,7 @@
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"buildTarget": "angular-busy2-app:build"
}
"builder": "@angular-devkit/build-angular:extract-i18n"
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
Expand All @@ -80,7 +76,6 @@
],
"tsConfig": "tsconfig.spec.json",
"assets": [
"src/favicon.ico",
"src/assets"
],
"styles": [
Expand All @@ -101,6 +96,7 @@
"deploy": {
"builder": "angular-cli-ghpages:deploy",
"options": {
"buildTarget": "angular-busy2-app:build:production",
"repo": "https://GH_TOKEN@github.com/tiberiuzuld/angular-busy.git",
"name": "Tiberiu Zuld",
"email": "tiberiuzuld@gmail.com"
Expand Down
Loading

0 comments on commit 7f18805

Please sign in to comment.