1
0
mirror of https://github.com/akveo/eva-icons.git synced 2025-09-02 18:33:13 +02:00

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

This commit is contained in:
Denis Strigo
2020-03-02 15:31:05 +03:00
committed by GitHub
parent 82478b08bc
commit 03bec77f44
3 changed files with 4 additions and 4 deletions

2
package-lock.json generated
View File

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

View File

@@ -1,6 +1,6 @@
{ {
"name": "eva-icons-landing", "name": "eva-icons-landing",
"version": "1.1.2", "version": "1.1.3",
"browserslist": [ "browserslist": [
"> 1%", "> 1%",
"last 2 versions", "last 2 versions",
@@ -22,7 +22,7 @@
"build:icons": "node ./scripts/index.js", "build:icons": "node ./scripts/index.js",
"icons:prepare": "npm run build:icons && webpack", "icons:prepare": "npm run build:icons && webpack",
"publish": "npm publish --access=public package-build", "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, "private": true,
"dependencies": { "dependencies": {

View File

@@ -1,6 +1,6 @@
{ {
"name": "eva-icons", "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.", "description": "Eva Icons - beautifully crafted Open Source UI icons for common actions and items.",
"main": "eva.js", "main": "eva.js",
"unpkg": "eva.min.js", "unpkg": "eva.min.js",