Skip to content

Commit 77227f5

Browse files
committed
Prep for release
1 parent 0a46193 commit 77227f5

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

bower.json

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
{
22
"name": "cw-token-field",
3-
"private": true,
3+
"description": "A tagging/tokenizing input (a.k.a. pill box).",
4+
"homepage": "http://github.com/cletusw/cw-token-field",
5+
"license": "MIT",
6+
"main": "cw-token-field.html",
7+
"keywords": [
8+
"Polymer",
9+
"web-components"
10+
],
11+
"ignore": [
12+
"**/.*"
13+
],
414
"dependencies": {
515
"cw-autosize-input": "~0.1.2",
616
"polymer": "Polymer/polymer#master"

demo.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html>
33
<head>
44

5+
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes">
56
<title>cw-token-field Demo</title>
67

78
<script src="../platform/platform.js"></script>
@@ -10,7 +11,7 @@
1011
</head>
1112
<body unresolved>
1213

13-
<p>A `cw-token-field` looks like this:</p>
14+
<p>An example of using <code>&lt;cw-token-field></code>:</p>
1415

1516
<cw-token-field placeholder="Choose a color...">
1617
<option value="red">Red</option>

index.html

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<html>
1111
<head>
1212

13+
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes">
1314
<script src="../platform/platform.js"></script>
1415
<link rel="import" href="../polymer/polymer.html">
1516
<link rel="import" href="../core-component-page/core-component-page.html">

0 commit comments

Comments
 (0)