Skip to content

Commit

Permalink
Bump version to 0.4.0. Add engine requirement. Cleanup dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
jayharris committed Aug 3, 2014
1 parent 85875ee commit 3a65e3e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lineman-bower",
"description": "A Bower plugin for Lineman",
"version": "0.0.3",
"version": "0.0.4",
"homepage": "https://github.com/linemanjs/lineman-bower",
"author": {
"name": "Justin Searls",
Expand All @@ -17,10 +17,12 @@
"scripts": {
"postinstall": "node script/postinstall.js"
},
"engines": {
"node": ">= 0.10.0"
},
"dependencies": {
"grunt-bower-task": "~0.4.0",
"coffee-script": "~1.6.3",
"grunt": "~0.4.2"
},
"peerDependencies": {
"lineman": ">= 0.19.0"
Expand Down

0 comments on commit 3a65e3e

Please sign in to comment.