Skip to content

Commit

Permalink
feat(bootstrap): create @chakra-icons/bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
Dwi Pasca authored and r17x committed Feb 2, 2022
1 parent 8d1ac41 commit 8804a29
Show file tree
Hide file tree
Showing 8 changed files with 8,469 additions and 5 deletions.
1 change: 1 addition & 0 deletions packages/@chakra-icons/bootstrap/.releaserc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require("@tooling/msrconfig")
Empty file.
38 changes: 38 additions & 0 deletions packages/@chakra-icons/bootstrap/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"name": "@chakra-icons/bootstrap",
"version": "0.0.0",
"homepage": "https://github.com/kodingdotninja/chakra-icons/tree/main/packages/@chakra-icons/bootstrap",
"repository": {
"type": "git",
"url": "https://github.com/kodingdotninja/chakra-icons"
},
"keywords": [
"chakra-ui",
"react",
"react-icons",
"chakra-icons",
"bootstrap"
],
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist/",
"src/"
],
"scripts": {
"build": "chakra-icons build -r 'https://github.com/twbs/icons' -n bootstrap -i icons -S snapshot.json -E",
"clean": "chakra-icons clean -r 'https://github.com/twbs/icons' -n bootstrap -i icons",
"postbuild": "tsup"
},
"devDependencies": {
"@chakra-ui/react": "^1",
"@tooling/cli": "*",
"@tooling/tsconfig": "*",
"tsup": "^5"
},
"peerDependencies": {
"@chakra-ui/react": ">=1"
},
"license": "MIT"
}

0 comments on commit 8804a29

Please sign in to comment.