mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
Compare commits
11 Commits
Author | SHA1 | Date | |
---|---|---|---|
b3655c438f | |||
5a8a8b7d93 | |||
ba33c8312e | |||
b157434645 | |||
6adadf4319 | |||
7ea765f04f | |||
2dbe78fc02 | |||
0dce8a8fb9 | |||
ed0e08a451 | |||
b5331a253d | |||
ada2681ad4 |
@ -9,5 +9,8 @@ before_script:
|
|||||||
- npm prune
|
- npm prune
|
||||||
script:
|
script:
|
||||||
- npm start
|
- npm start
|
||||||
after_success:
|
deploy:
|
||||||
- npm run semantic-release
|
provider: script
|
||||||
|
skip_cleanup: true
|
||||||
|
script:
|
||||||
|
- npx semantic-release
|
||||||
|
@ -31,7 +31,7 @@ npm install feather-icons
|
|||||||
* [`feather.icons`](#feathericons)
|
* [`feather.icons`](#feathericons)
|
||||||
* [`feather.icons[name].toSvg()`](#feathericonsnametosvgattrs)
|
* [`feather.icons[name].toSvg()`](#feathericonsnametosvgattrs)
|
||||||
* [`feather.replace()`](#featherreplaceattrs)
|
* [`feather.replace()`](#featherreplaceattrs)
|
||||||
* [[Deprecated] `feather.toSvg()`](#deprecated-feathertosvgname-attrs)
|
* [(DEPRECATED) `feather.toSvg()`](#deprecated-feathertosvgname-attrs)
|
||||||
* [Roadmap](#roadmap)
|
* [Roadmap](#roadmap)
|
||||||
* [Contributing](#contributing)
|
* [Contributing](#contributing)
|
||||||
* [Related Projects](#related-projects)
|
* [Related Projects](#related-projects)
|
||||||
@ -287,7 +287,7 @@ All attributes on the placeholder element (i.e. `<i>`) will be copied to the `<s
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### [Deprecated] `feather.toSvg(name, [attrs])`
|
### (DEPRECATED) `feather.toSvg(name, [attrs])`
|
||||||
|
|
||||||
> **Note:** `feather.toSvg()` is deprecated. Please use `feather.icons[name].toSvg()` instead.
|
> **Note:** `feather.toSvg()` is deprecated. Please use `feather.icons[name].toSvg()` instead.
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
stroke-linecap="round"
|
stroke-linecap="round"
|
||||||
stroke-linejoin="round"
|
stroke-linejoin="round"
|
||||||
>
|
>
|
||||||
<path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" />
|
|
||||||
<circle cx="12" cy="12" r="10" />
|
<circle cx="12" cy="12" r="10" />
|
||||||
|
<path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" />
|
||||||
<line x1="12" y1="17" x2="12" y2="17" />
|
<line x1="12" y1="17" x2="12" y2="17" />
|
||||||
</svg>
|
</svg>
|
||||||
|
Before Width: | Height: | Size: 339 B After Width: | Height: | Size: 339 B |
1558
package-lock.json
generated
1558
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
11
package.json
11
package.json
@ -13,8 +13,7 @@
|
|||||||
"test": "jest",
|
"test": "jest",
|
||||||
"cm": "git-cz",
|
"cm": "git-cz",
|
||||||
"precommit": "lint-staged",
|
"precommit": "lint-staged",
|
||||||
"commitmsg": "commitlint --edit",
|
"commitmsg": "commitlint --edit"
|
||||||
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
|
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
"commitizen": {
|
"commitizen": {
|
||||||
@ -36,19 +35,19 @@
|
|||||||
"commitizen": "^2.9.6",
|
"commitizen": "^2.9.6",
|
||||||
"core-js": "^2.5.3",
|
"core-js": "^2.5.3",
|
||||||
"cz-conventional-changelog": "^2.1.0",
|
"cz-conventional-changelog": "^2.1.0",
|
||||||
"eslint": "^4.13.1",
|
"eslint": "^4.15.0",
|
||||||
"eslint-config-airbnb-base": "^12.1.0",
|
"eslint-config-airbnb-base": "^12.1.0",
|
||||||
"eslint-config-prettier": "^2.9.0",
|
"eslint-config-prettier": "^2.9.0",
|
||||||
"eslint-plugin-import": "^2.5.0",
|
"eslint-plugin-import": "^2.5.0",
|
||||||
"eslint-plugin-prettier": "^2.4.0",
|
"eslint-plugin-prettier": "^2.5.0",
|
||||||
"html-minifier": "^3.5.7",
|
"html-minifier": "^3.5.8",
|
||||||
"husky": "^0.14.3",
|
"husky": "^0.14.3",
|
||||||
"jest": "^21.2.1",
|
"jest": "^21.2.1",
|
||||||
"lint-staged": "^6.0.0",
|
"lint-staged": "^6.0.0",
|
||||||
"npm-run-all": "^4.1.2",
|
"npm-run-all": "^4.1.2",
|
||||||
"prettier": "^1.8.2",
|
"prettier": "^1.8.2",
|
||||||
"rimraf": "^2.6.2",
|
"rimraf": "^2.6.2",
|
||||||
"semantic-release": "^8.2.0",
|
"semantic-release": "^12.2.2",
|
||||||
"svgo": "^0.7.2",
|
"svgo": "^0.7.2",
|
||||||
"webpack": "^3.10.0"
|
"webpack": "^3.10.0"
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user