Skip to content

Commit 3efa80f

Browse files
committed
chore(gulp): remove task with icons
1 parent 9d0e2dd commit 3efa80f

File tree

6 files changed

+4
-124
lines changed

6 files changed

+4
-124
lines changed

gulp/plugins/util/createJsIcons.js

-45
This file was deleted.

gulp/plugins/util/index.js

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
export createJsIcons from './createJsIcons'
2-
export parseCssIcons from './parseCssIcons'
3-
41
export parseDefaultValue from './parseDefaultValue'
52
export parseDocBlock from './parseDocBlock'
63
export parseDocExample from './parseDocExample'

gulp/plugins/util/parseCssIcons.js

-51
This file was deleted.

gulp/tasks/icon.js

-20
This file was deleted.

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"prettier": "prettier --list-different \"**/*.{js,jsx,ts,tsx}\"",
3232
"prettier:fix": "prettier --write \"**/*.{js,jsx,ts,tsx}\"",
3333
"precommit": "lint-staged",
34+
"postcommit": "git update-index --again",
3435
"prerelease": "yarn lint && yarn tsd:lint && yarn tsd:test && yarn test && cross-env NODE_ENV=production yarn build",
3536
"postrelease": "yarn deploy:docs",
3637
"release:major": "yarn prerelease && ta-script npm/release major && yarn postrelease",
@@ -98,7 +99,6 @@
9899
"connect-history-api-fallback": "^1.3.0",
99100
"copy-to-clipboard": "^3.0.8",
100101
"cross-env": "^5.0.5",
101-
"css": "^2.2.1",
102102
"debug": "^3.0.1",
103103
"dirty-chai": "^2.0.1",
104104
"doctoc": "^1.3.0",
@@ -118,7 +118,6 @@
118118
"gulp-html-replace": "^1.6.2",
119119
"gulp-load-plugins": "^1.5.0",
120120
"gulp-plumber": "^1.1.0",
121-
"gulp-rename": "^1.2.2",
122121
"gulp-util": "^3.0.8",
123122
"html-webpack-plugin": "^2.30.1",
124123
"husky": "^0.14.3",

yarn.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -7361,9 +7361,9 @@ scss-tokenizer@^0.2.3:
73617361
js-base64 "^2.1.8"
73627362
source-map "^0.4.2"
73637363

7364-
semantic-ui-css@^2.2.12:
7365-
version "2.2.12"
7366-
resolved "https://registry.yarnpkg.com/semantic-ui-css/-/semantic-ui-css-2.2.12.tgz#afc462e5bb4f8a0dcfe3dca11274499a997490dd"
7364+
semantic-ui-css@^2.3.1:
7365+
version "2.3.1"
7366+
resolved "https://registry.yarnpkg.com/semantic-ui-css/-/semantic-ui-css-2.3.1.tgz#a5485c640c98cce29d8ddde3eff3434566a068e0"
73677367
dependencies:
73687368
jquery x.*
73697369

0 commit comments

Comments
 (0)