Browse Source

Toying with deps

pull/1785/head
jlukic 9 years ago
parent
commit
634ef9a19c
1 changed files with 2 additions and 4 deletions
  1. 6
      package.json

6
package.json

@ -16,9 +16,6 @@
"dependencies": {
"jquery" : "x.x.x",
"require-dot-file" : "0.x.x"
},
"peerDependencies": {
"gulp" : "3.x.x",
"better-console" : "0.x.x",
"del" : "1.x.x",
@ -47,7 +44,8 @@
"gulp-util" : "3.x.x",
"gulp-watch" : "2.x.x",
"mkdirp" : "0.x.x",
"wrench" : "1.x.x"
"wrench" : "1.x.x",
"require-dot-file" : "0.x.x"
},
"devDependencies": {
"github" : "^0.2.3",

Loading…
Cancel
Save