1
0
mirror of https://github.com/flarum/core.git synced 2025-07-18 15:21:16 +02:00

Update npm dependency

This commit is contained in:
Toby Zerner
2015-09-04 12:07:16 +09:30
parent 6b75fc1630
commit b920dc0145
2 changed files with 2 additions and 2 deletions

View File

@@ -2,6 +2,6 @@
"private": true,
"devDependencies": {
"gulp": "^3.8.11",
"flarum-gulp": "git+https://github.com/flarum/gulp.git"
"flarum-gulp": "^0.1.0"
}
}

View File

@@ -2,6 +2,6 @@
"private": true,
"devDependencies": {
"gulp": "^3.8.11",
"flarum-gulp": "git+https://github.com/flarum/gulp.git"
"flarum-gulp": "^0.1.0"
}
}