Skip to content

Commit 531deb7

Browse files
Add dist files to bower
1 parent a50878d commit 531deb7

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

bower.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
{
22
"name": "floatl",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"authors": [
55
"Richard Venneman <[email protected]>"
66
],
77
"description": "A library agnostic, pragmatic implementation of the Float Label Pattern",
8-
"main": ["lib/coffee/floatl.coffee", "lib/scss/floatl.scss"],
8+
"main": [
9+
"lib/coffee/floatl.coffee",
10+
"lib/scss/floatl.scss",
11+
"dist/js/floatl.js",
12+
"dist/css/floatl.css"
13+
],
914
"moduleType": [
1015
"node",
1116
"globals"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "floatl",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "A library agnostic, pragmatic implementation of the Float Label Pattern",
55
"main": [
66
"dist/js/floatl.js",

0 commit comments

Comments
 (0)