Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
knockout to peerDependencies
  • Loading branch information
archangel-irk committed Jan 22, 2016
1 parent 00bb5f9 commit c846c54
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@
"test": "test"
},
"dependencies": {
"knockout": "3.4.0",
"weakmap": "0.0.6"
},
"peerDependencies": {
"knockout": ">=2.2.0"
},
"devDependencies": {
"grunt": "0.4.5",
"grunt-browserify": "latest",
Expand Down

0 comments on commit c846c54

Please sign in to comment.