Skip to content

Commit bbf6597

Browse files
committed
Ajuste em package.json
1 parent 1d5d6dd commit bbf6597

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

package.json

+9-1
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,19 @@
1616
"url": "https://github.com/GDG-Salvador/gdg-salvador.github.io/issues"
1717
},
1818
"homepage": "https://github.com/GDG-Salvador/gdg-salvador.github.io#readme",
19-
"dependencies": {
19+
"dependencies": {
2020
"gulp": "^3.9.0",
2121
"path": "^0.12.7"
2222
},
2323
"devDependencies": {
2424
"browser-sync": "^2.11.1",
25+
"gulp": "^3.9.1",
26+
"gulp-concat": "^2.6.0",
27+
"gulp-gh-pages": "^0.5.4",
28+
"gulp-imagemin": "^2.4.0",
29+
"gulp-plumber": "^1.1.0",
30+
"gulp-sass": "^2.2.0",
31+
"gulp-uglify": "^1.5.2",
32+
"node-bourbon": "^4.2.3"
2533
}
2634
}

0 commit comments

Comments
 (0)