Skip to content

Commit 66fca38

Browse files
committed
Switch to tangojs-polymer and clean packaging
1 parent 33b10e2 commit 66fca38

File tree

2 files changed

+14
-10
lines changed

2 files changed

+14
-10
lines changed

bower.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,21 @@
11
{
22
"name": "tangojs-button",
3-
"description": "TangoJS button",
3+
"version": "0.1.0",
4+
"description": "TangoJS Button connected to a Command",
5+
"authors": [
6+
"Vincent Hardion <vincent.hardion@maxiv.lu.se>"
7+
],
8+
"keywords": [
9+
"web-component",
10+
"polymer",
11+
"tangojs"
12+
],
13+
"license": "https://raw.githubusercontent.com/tangojs/tangojs-button/master/LICENSE",
14+
"homepage": "https://github.com/tangojs/tangojs-button/",
415
"main": "tangojs-button.html",
516
"dependencies": {
6-
"polymer": "Polymer/polymer#^2.0.0"
17+
"polymer": "Polymer/polymer#^2.0.0",
18+
"tangojs-polymer": "^0.1.0"
719
},
820
"devDependencies": {
921
"iron-demo-helpers": "PolymerElements/iron-demo-helpers#^2.0.0",

tangojs-button.html

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,6 @@
2323
*/
2424
class TangojsButton extends Tangojs.withTangoCommand(Polymer.Element) {
2525
static get is() { return 'tangojs-button'; }
26-
static get properties() {
27-
return {
28-
prop1: {
29-
type: String,
30-
value: 'tangojs-button'
31-
}
32-
};
33-
}
3426
}
3527

3628
window.customElements.define(TangojsButton.is, TangojsButton);

0 commit comments

Comments
 (0)