Skip to content

Commit

Permalink
feat: 增加 classNames 工具包
Browse files Browse the repository at this point in the history
  • Loading branch information
jimczj committed Sep 14, 2018
1 parent 6d455c7 commit a9d52d3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
},
"license": "MIT",
"dependencies": {
"classnames": "^2.2.6",
"lodash": "^4.17.10",
"prop-types": "^15.6.2"
},
Expand All @@ -65,16 +66,16 @@
"@commitlint/config-conventional": "^7.0.1",
"@mapbox/jsxtreme-markdown-loader": "^0.8.3",
"@tarojs/cli": "1.0.0-beta.26",
"@tarojs/components": "1.0.0-beta.26",
"@tarojs/plugin-babel": "1.0.0-beta.26",
"@tarojs/plugin-csso": "1.0.0-beta.26",
"@tarojs/plugin-sass": "1.0.0-beta.26",
"@tarojs/plugin-uglifyjs": "1.0.0-beta.26",
"@tarojs/webpack-runner": "1.0.0-beta.26",
"@tarojs/components": "1.0.0-beta.26",
"@tarojs/router": "1.0.0-beta.26",
"@tarojs/taro": "1.0.0-beta.26",
"@tarojs/taro-h5": "1.0.0-beta.26",
"@tarojs/taro-weapp": "1.0.0-beta.26",
"@tarojs/webpack-runner": "^1.0.0-beta.26",
"at-ui-style": "^1.5.1",
"autoprefixer": "^9.0.2",
"babel-core": "^7.0.0-0",
Expand Down

0 comments on commit a9d52d3

Please sign in to comment.