1
0
mirror of https://github.com/akveo/eva-icons.git synced 2025-08-31 17:42:11 +02:00

release(1.1.3): add smiling-face icon, put correct meta tags

This commit is contained in:
d.strigo
2020-03-02 15:28:19 +03:00
parent 82478b08bc
commit a183846706
3 changed files with 4 additions and 4 deletions

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "eva-icons-landing",
"version": "1.1.2",
"version": "1.1.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "eva-icons-landing",
"version": "1.1.2",
"version": "1.1.3",
"browserslist": [
"> 1%",
"last 2 versions",
@@ -22,7 +22,7 @@
"build:icons": "node ./scripts/index.js",
"icons:prepare": "npm run build:icons && webpack",
"publish": "npm publish --access=public package-build",
"gh-pages": "npm run build:prod && npm run ngh -- --dir ./dist"
"gh-pages": "npm run build:prod && npm run ngh -- --dir ./dist --no-silent"
},
"private": true,
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "eva-icons",
"version": "1.1.2",
"version": "1.1.3",
"description": "Eva Icons - beautifully crafted Open Source UI icons for common actions and items.",
"main": "eva.js",
"unpkg": "eva.min.js",