diff --git a/package-lock.json b/package-lock.json index 1b8f3fd..a44e732 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "eva-icons-landing", - "version": "1.1.2", + "version": "1.1.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index dbbc20b..753179b 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/scripts/package.json b/scripts/package.json index f7a9606..95a719a 100644 --- a/scripts/package.json +++ b/scripts/package.json @@ -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",