Skip to content
This repository has been archived by the owner on Feb 3, 2024. It is now read-only.

Commit

Permalink
chore: final update before archive
Browse files Browse the repository at this point in the history
  • Loading branch information
GabDug committed Feb 3, 2024
1 parent 8c24a59 commit 1485383
Show file tree
Hide file tree
Showing 4 changed files with 1,408 additions and 1,795 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

strategy:
matrix:
node-version: [14.x]
node-version: [18.x]

steps:
- uses: actions/checkout@v2
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# NgMatIcons


<p align="center">
<img alt="GitHub package.json version (branch)" src="https://img.shields.io/github/package-json/v/Dugnychon/MaterialIconsLibrary/main?label=version&style=flat-square">
<a href="https://gitmoji.carloscuesta.me">
Expand All @@ -13,6 +12,8 @@
<img alt="GitHub Workflow Status" src="https://img.shields.io/github/workflow/status/dugnychon/MaterialIconsLibrary/Build%20&%20Deploy?style=flat-square">
</p>

> This project is archived and no longer maintained.
## About

This project aims to create a simple library of all Material Icons.
Expand All @@ -23,7 +24,6 @@ It is made with productivity in mind, allowing developers to easily copy icon na

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.4.


## Development server

Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
Expand All @@ -48,7 +48,6 @@ Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protrac

To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).


## License

The code is available under the MIT license.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"bugs": "https://github.com/Dugnychon/MaterialIconsLibrary/issues",
"engines": {
"node": ">=18.13.0",
"yarn": ">=1.20.0"
"yarn": ">=1.22.17"
},
"dependencies": {
"@angular/animations": "^17.1.2",
Expand All @@ -33,33 +33,33 @@
"@angular/platform-browser-dynamic": "^17.1.2",
"@angular/router": "^17.1.2",
"@angular/service-worker": "^17.1.2",
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"prettier": "^2.3.0",
"pretty-quick": "^3.1.0",
"rxjs": "~6.6.3",
"standard-version": "^9.3.0",
"tslib": "^2.2.0",
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"prettier": "^3.2.4",
"pretty-quick": "^4.0.0",
"rxjs": "~7.8.1",
"standard-version": "^9.5.0",
"tslib": "^2.6.2",
"zone.js": "~0.14.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.1.2",
"@angular/cli": "^17.1.2",
"@angular/compiler-cli": "^17.1.2",
"@types/jasmine": "~3.7.4",
"@types/jasminewd2": "~2.0.9",
"@types/jasmine": "~5.1.4",
"@types/jasminewd2": "~2.0.13",
"@types/node": "^20.11.16",
"codelyzer": "^6.0.2",
"husky": "^4.3.8",
"jasmine-core": "~3.7.1",
"husky": "^9.0.10",
"jasmine-core": "~5.1.1",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.3.2",
"karma-chrome-launcher": "~3.1.0",
"karma": "~6.4.2",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.1",
"karma-jasmine-html-reporter": "^1.6.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"protractor": "~7.0.0",
"ts-node": "~9.1.1",
"ts-node": "~10.9.2",
"tslint": "~6.1.0",
"typescript": "~5.3.3"
},
Expand Down
Loading

0 comments on commit 1485383

Please sign in to comment.