Skip to content

Commit

Permalink
US94115 Hybridizing hm constants (#37)
Browse files Browse the repository at this point in the history
* Hybridizing hm constants

* Changing 1.x polymer version
  • Loading branch information
ChrisKraljevicD2L authored Feb 1, 2018
1 parent 1b92f93 commit 74cc4c1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

# dependencies
node_modules
bower_components
bower_components*
bower-*

# testing
coverage
Expand Down
12 changes: 11 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,16 @@
"/demo/"
],
"dependencies": {
"polymer": "^1.7.0"
"polymer": "1 - 2"
},
"variants": {
"1.x": {
"dependencies": {
"polymer": "^1.9.1"
},
"resolutions": {
"webcomponentsjs": "^0.7"
}
}
}
}

0 comments on commit 74cc4c1

Please sign in to comment.