2
0
mirror of https://github.com/iconify/iconify.git synced 2025-01-06 07:20:40 +00:00

Publish api-redundancy update

This commit is contained in:
Vjacheslav Trushkin 2022-03-16 12:11:01 +02:00
parent ef8ff7a76a
commit 1618e49698
3 changed files with 10 additions and 4 deletions

View File

@ -1,8 +1,13 @@
.idea
.vscode
.DS_Store
*.map
.eslintignore
.eslintrc.js
.prettierrc
.editorconfig
jest.config.*
node_modules
imports-test.mjs
npm-debug.log
yarn.lock
tsconfig.tsbuildinfo
@ -10,3 +15,4 @@ src
spec
tests
tests-compiled
tsconfig.json

View File

@ -1,12 +1,12 @@
{
"name": "@iconify/api-redundancy",
"version": "1.0.2",
"version": "1.1.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@iconify/api-redundancy",
"version": "1.0.2",
"version": "1.1.0",
"license": "(Apache-2.0 OR GPL-2.0)",
"devDependencies": {
"@types/jest": "^27.4.0",

View File

@ -1,7 +1,7 @@
{
"name": "@iconify/api-redundancy",
"description": "Reusable redundancy library for API queries",
"version": "1.0.2",
"version": "1.1.0",
"author": "Vjacheslav Trushkin",
"license": "(Apache-2.0 OR GPL-2.0)",
"main": "dist/index.js",