Skip to content

Commit

Permalink
Fix: targetAttribute added to both bower and package. (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-allen-89 authored Feb 22, 2023
1 parent 7cf3b2d commit d3168e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"issues": "https://github.com/cgkineo/adapt-list/issues",
"component": "list",
"displayName": "List",
"targetAttribute": "_list",
"description": "A text component in which you can add list items.",
"main": "/js/adapt-list.js",
"keywords": [
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"issues": "https://github.com/cgkineo/adapt-list/issues",
"component": "list",
"displayName": "List",
"targetAttribute": "_list",
"description": "A text component in which you can add list items.",
"main": "/js/adapt-list.js",
"keywords": [
Expand Down

0 comments on commit d3168e4

Please sign in to comment.