Skip to content

Commit 3a65e3e

Browse files
committed
Bump version to 0.4.0. Add engine requirement. Cleanup dependencies.
1 parent 85875ee commit 3a65e3e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "lineman-bower",
33
"description": "A Bower plugin for Lineman",
4-
"version": "0.0.3",
4+
"version": "0.0.4",
55
"homepage": "https://github.com/linemanjs/lineman-bower",
66
"author": {
77
"name": "Justin Searls",
@@ -17,10 +17,12 @@
1717
"scripts": {
1818
"postinstall": "node script/postinstall.js"
1919
},
20+
"engines": {
21+
"node": ">= 0.10.0"
22+
},
2023
"dependencies": {
2124
"grunt-bower-task": "~0.4.0",
2225
"coffee-script": "~1.6.3",
23-
"grunt": "~0.4.2"
2426
},
2527
"peerDependencies": {
2628
"lineman": ">= 0.19.0"

0 commit comments

Comments
 (0)