Skip to content

Commit

Permalink
🚀 Update library.
Browse files Browse the repository at this point in the history
  • Loading branch information
pheralb committed Jun 13, 2023
1 parent 5a90557 commit 2afbc9b
Showing 1 changed file with 54 additions and 54 deletions.
108 changes: 54 additions & 54 deletions library/package.json
Original file line number Diff line number Diff line change
@@ -1,58 +1,58 @@
{
"name": "@react-symbols/icons",
"version": "1.2.0",
"description": "Symbols icons by Miguel Solorio for React",
"keywords": [
"react",
"icons",
"svg",
"icons",
"lightweight"
],
"author": "@pheralb_",
"repository": {
"type": "git",
"url": "https://github.com/pheralb/react-symbols.git"
"name": "@react-symbols/icons",
"version": "1.2.1",
"description": "Symbols icons by Miguel Solorio for React",
"keywords": [
"react",
"icons",
"svg",
"icons",
"lightweight"
],
"author": "@pheralb_",
"repository": {
"type": "git",
"url": "https://github.com/pheralb/react-symbols.git"
},
"contributors": [
{
"name": "pheralb",
"github": "https://github.com/pheralb"
},
"contributors": [
{
"name": "pheralb",
"github": "https://github.com/pheralb"
},
{
"name": "miguelsolorio",
"github": "https://github.com/miguelsolorio"
}
],
"license": "MIT",
"main": "build/index.js",
"module": "build/index.js",
"types": "build/index.d.ts",
"typings": "build/index.d.ts",
"type": "module",
"files": [
"build"
],
"scripts": {
"dev": "tsc && swc ./src -d ./build",
"build:swc-tsc": "tsc && swc ./src -d ./build && tsc --emitDeclarationOnly --declaration --outDir build/types",
"build": "tsc && swc ./src -d ./build",
"prepublishOnly": "npm run build",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@swc/cli": "0.1.62",
"@swc/core": "1.3.61",
"@types/node": "18.16.3",
"@types/react": "18.2.8",
"@types/react-dom": "18.2.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"tsup": "6.7.0",
"typescript": "5.1.3"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
{
"name": "miguelsolorio",
"github": "https://github.com/miguelsolorio"
}
],
"license": "MIT",
"main": "build/index.js",
"module": "build/index.js",
"types": "build/index.d.ts",
"typings": "build/index.d.ts",
"type": "module",
"files": [
"build"
],
"scripts": {
"dev": "tsc && swc ./src -d ./build",
"build:swc-tsc": "tsc && swc ./src -d ./build && tsc --emitDeclarationOnly --declaration --outDir build/types",
"build": "tsc && swc ./src -d ./build",
"prepublishOnly": "npm run build",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@swc/cli": "0.1.62",
"@swc/core": "1.3.61",
"@types/node": "18.16.3",
"@types/react": "18.2.8",
"@types/react-dom": "18.2.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"tsup": "6.7.0",
"typescript": "5.1.3"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
}
}

0 comments on commit 2afbc9b

Please sign in to comment.