Skip to content

Commit

Permalink
BROKEN: Merge pull request #5 from ScorpioCoding/scorpiocoding
Browse files Browse the repository at this point in the history
Replace deprecated gulp-util
  • Loading branch information
meeroslav committed Mar 7, 2018
2 parents a3edbe1 + de83445 commit 0b86150
Show file tree
Hide file tree
Showing 4 changed files with 466 additions and 452 deletions.
18 changes: 9 additions & 9 deletions .gitignore
@@ -1,10 +1,10 @@
.DS_Store
node_modules/
.vscode
.idea
.project
.settings
npm-debug.log
Desktop.ini
Thumbs.db
.DS_Store
node_modules/
.vscode
.idea
.project
.settings
npm-debug.log
Desktop.ini
Thumbs.db
package-lock.json
7 changes: 5 additions & 2 deletions package.json
Expand Up @@ -23,10 +23,13 @@
"test": "mocha -R spec src/**/*.spec.js"
},
"dependencies": {
"through2": "^2.0.1",
"gulp-util": "^3.0.0",
"ansi-colors": "^1.0.1",
"escape-string-regexp": "^1.0.5",
"event-stream": "^3.1.0",
"fancy-log": "^1.3.2",
"plugin-error": "^0.1.2",
"through2": "^2.0.1",
"vinyl": "^2.1.0"
"strip-bom-buf": "^1.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 0b86150

Please sign in to comment.