Browse Source

Cut out deps?

pull/1785/head
jlukic 9 years ago
parent
commit
48057d20b1
2 changed files with 2 additions and 29 deletions
  1. 30
      package.json
  2. 1
      tasks/config/project/config.js

30
package.json

@ -16,36 +16,10 @@
"scripts": {
"install": "gulp install"
},
"peerDependencies": {
"better-console" : "0.x.x",
"del" : "1.x.x",
"extend" : "2.x.x",
"gulp" : "3.x.x",
"gulp-autoprefixer" : "2.x.x",
"gulp-chmod" : "1.x.x",
"gulp-clone" : "1.x.x",
"gulp-concat" : "2.x.x",
"gulp-concat-css" : "1.x.x",
"gulp-copy" : "0.0.2",
"gulp-flatten" : "0.0.4",
"gulp-header" : "1.x.x",
"gulp-help" : "1.x.x",
"gulp-if" : "1.x.x",
"gulp-less" : "1.x.x",
"gulp-minify-css" : "0.x.x",
"gulp-notify" : "2.x.x",
"gulp-plumber" : "0.x.x",
"gulp-print" : "1.x.x",
"gulp-replace" : "0.x.x",
"gulp-rename" : "1.x.x",
"gulp-rtlcss" : "0.x.x",
"gulp-uglify" : "1.x.x",
"gulp-util" : "3.x.x",
"gulp-watch" : "2.x.x",
"require-dot-file" : "0.x.x"
},
"dependencies": {
"better-console" : "0.x.x",
"better-console" : "0.x.x",
"del" : "1.x.x",
"del" : "1.x.x",
"extend" : "2.x.x",
"gulp" : "3.x.x",

1
tasks/config/project/config.js

@ -15,7 +15,6 @@ var
Exports
*******************************/
module.exports = {
getPath: function(file, directory) {

Loading…
Cancel
Save