Skip to content

Commit

Permalink
feat(icons): add new icons fix typings (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
simeonoff committed Mar 24, 2021
1 parent f272bcf commit d137915
Show file tree
Hide file tree
Showing 6 changed files with 943 additions and 895 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@igniteui/material-icons-extended",
"version": "2.6.0",
"version": "2.7.0",
"description": "A subset of Material Icons that extend the official Material Design Icons by Google.",
"scripts": {
"build": "gulp build && webpack --mode production",
"build:dev": "gulp build && webpack --mode development"
},
"main": "build/index.js",
"types": "build/index.d.ts",
"types": "build/src/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/IgniteUI/material-icons-extended.git"
Expand Down
Loading

0 comments on commit d137915

Please sign in to comment.