Skip to content

Commit 1c33ca4

Browse files
committed
Update development dependencies
1 parent aa7e981 commit 1c33ca4

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- Use install scripts in `bin` directory.
66
- Use local gulp
77
- Add npm-debug.log to .gitignore.
8+
- Update development dependencies.
89

910
## 1.0.1
1011

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525
"homepage": "https://github.com/rxrc/tmuxrc",
2626
"devDependencies": {
2727
"coffee-script": "^1.9.0",
28-
"del": "^1.1.1",
28+
"del": "^2.0.2",
2929
"gulp": "^3.8.11",
30-
"gulp-load-plugins": "^0.8.0",
30+
"gulp-load-plugins": "^1.1.0",
3131
"gulp-replace": "^0.5.2",
32-
"gulp-shell": "^0.4.2",
32+
"gulp-shell": "^0.5.1",
3333
"gulp-watch": "^4.1.1",
34-
"home-path": "^0.1.1"
34+
"home-path": "^1.0.1"
3535
}
3636
}

0 commit comments

Comments
 (0)