2 questions
- What is the difference between both 
- how can i change a globally installed grunt-node inspector to use >= - "grunt-node-inspector": "~0.2.0" "grunt-node-inspector": ">=0.2.0"
npm -v grunt-node-inspector    comes out to be   3.6.0
how can i change it to >=0.2.0
 
    