Skip to content

Commit

Permalink
Fixes liferay#1285 - Remove unused code and integrate with ClayAutoco…
Browse files Browse the repository at this point in the history
…mplete
  • Loading branch information
matuzalemsteles committed Dec 4, 2018
1 parent cf2d7b6 commit 581ad39
Show file tree
Hide file tree
Showing 3 changed files with 238 additions and 157 deletions.
3 changes: 2 additions & 1 deletion packages/clay-multi-select/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,14 @@
"build": "npm run soy && webpack",
"compile": "babel -d lib/ src/ -s --ignore src/__tests__",
"prepublish": "npm run soy && npm run compile",
"soy": "metalsoy --soyDeps '../../node_modules/clay-+(label|button|link|icon)/src/**/*.soy'"
"soy": "metalsoy --soyDeps '../../node_modules/clay-+(label|data-provider|autocomplete|button|link|icon)/src/**/*.soy'"
},
"keywords": [
"clay",
"metal"
],
"dependencies": {
"clay-autocomplete": "^2.3.4",
"clay-button": "^2.3.4",
"clay-component": "^2.3.4",
"clay-label": "^2.3.4",
Expand Down
Loading

0 comments on commit 581ad39

Please sign in to comment.