Browse Source

Begin work on sourcemaps/es6

es6-sourcemaps
Jack Lukic 8 years ago
parent
commit
7c0ede3f99
1 changed files with 2 additions and 0 deletions
  1. 2
      package.json

2
package.json

@ -88,9 +88,11 @@
}, },
"devDependencies": { "devDependencies": {
"github": "*", "github": "*",
"gulp-babel": "^6.1.2",
"gulp-concat-filenames": "*", "gulp-concat-filenames": "*",
"gulp-debug": "*", "gulp-debug": "*",
"gulp-git": "*", "gulp-git": "*",
"gulp-sourcemaps": "^1.9.1",
"gulp-tap": "*", "gulp-tap": "*",
"merge-stream": "*" "merge-stream": "*"
}, },

Loading…
Cancel
Save