Skip to content

Commit

Permalink
fix(package): use correct engine version format
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans Kristian Flaatten committed Apr 28, 2016
1 parent 9ec1a64 commit e4e5dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@
"semantic-ui-less": "^2.1.8"
},
"engines": {
"node": ">=4.0.0"
"node": "^4.0.0"
}
}

0 comments on commit e4e5dd0

Please sign in to comment.