2
0
mirror of https://github.com/iconify/iconify.git synced 2025-01-22 14:48:24 +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 .idea
.vscode .vscode
.DS_Store .DS_Store
*.map
.eslintignore
.eslintrc.js
.prettierrc
.editorconfig
jest.config.*
node_modules node_modules
imports-test.mjs
npm-debug.log npm-debug.log
yarn.lock yarn.lock
tsconfig.tsbuildinfo tsconfig.tsbuildinfo
@ -10,3 +15,4 @@ src
spec spec
tests tests
tests-compiled tests-compiled
tsconfig.json

View File

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

View File

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