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:
parent
ef8ff7a76a
commit
1618e49698
@ -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
|
4
packages/api-redundancy/package-lock.json
generated
4
packages/api-redundancy/package-lock.json
generated
@ -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",
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user