File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ Note: This release of this particular component requires an ** older version of Polymer (v0.5.5)** .
2+
3+ -----
4+
15The organization of these web component files is tuned for the component's
26inclusion in other projects via [ Bower] ( http://bower.io ) . If you'd like to run
37this component's demo on your own machine, please see these
4- [ instructions] ( https://github.com/basic-web-components/components-dev/wiki/Running-Basic-Web-Component-demos ) .
8+ [ instructions] ( https://github.com/basic-web-components/components-dev/wiki/Running-Basic-Web-Component-demos ) .
Original file line number Diff line number Diff line change 11{
22 "name" : " basic-month-and-year" ,
33 "description" : " Shows a culture's name for a given month, plus the year" ,
4- "version" : " 0.0.1 " ,
4+ "version" : " 0.5.0 " ,
55 "license" : " MIT" ,
66 "main" : " basic-month-and-year.html" ,
77 "dependencies" : {
8- "basic-element" : " basic-web-components/basic-element#master " ,
9- "basic-month-name" : " basic-web-components/basic-month-name#master "
8+ "basic-element" : " basic-web-components/basic-element#^0.5.0 " ,
9+ "basic-month-name" : " basic-web-components/basic-month-name#^0.5.0 "
1010 },
1111 "devDependencies" : {
12- "basic-framed-content" : " basic-web-components/basic-framed-content#master "
12+ "basic-framed-content" : " basic-web-components/basic-framed-content#^0.5.0 "
1313 },
1414 "keywords" : [
1515 " basic-web-components" ,
You can’t perform that action at this time.
0 commit comments