Skip to content

Commit aa74479

Browse files
committed
Add Bower as a dev dependency
1 parent d4e667b commit aa74479

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,8 @@
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},
99
"author": "Bhargav R. Patel <[email protected]> (http://github.com/bhargavrpatel)",
10-
"license": "ISC"
10+
"license": "ISC",
11+
"devDependencies": {
12+
"bower": "^1.4.1"
13+
}
1114
}

0 commit comments

Comments
 (0)