Browse Source

change from ^ to ~

pull/2/head
Brett Langdon 12 years ago
parent
commit
981fd1dcd3
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      package.json

+ 2
- 2
package.json View File

@ -29,8 +29,8 @@
"watch": "~0.10.0",
"docopt": "~0.4.0",
"colors": "~0.6.2",
"shell-quote": "^1.4.1",
"rc": "^0.4.0"
"shell-quote": "~1.4.1",
"rc": "~0.4.0"
},
"bin": {
"tend": "bin/tend"


Loading…
Cancel
Save