fixed printed material
WARNING : we are nox using gulp instead of grunt, watch for bugs
This commit is contained in:
@@ -1,17 +1,18 @@
|
||||
{
|
||||
"name": "materiobasetheme",
|
||||
"version": "1.0.0",
|
||||
"description": "A theme for drupal.",
|
||||
"main": "gulpfile.js",
|
||||
"author": "Bachir Soussi Chiadmi",
|
||||
"homepage": "http://materio.com",
|
||||
"engines": {
|
||||
"node": ">= 0.8.0"
|
||||
},
|
||||
"license": "GPLv3",
|
||||
"homepage": "https://materio.com",
|
||||
"devDependencies": {
|
||||
"autoprefixer-core": "^5.1.5",
|
||||
"grunt-contrib-compass": "^0.9.0",
|
||||
"grunt-contrib-sass": "v0.7.3",
|
||||
"grunt-contrib-watch": "v0.6.1",
|
||||
"grunt-postcss": "^0.3.0",
|
||||
"grunt-svg2png": "^0.2.7"
|
||||
"gulp": "latest",
|
||||
"gulp-autoprefixer": "latest",
|
||||
"gulp-jsmin": "latest",
|
||||
"gulp-rename": "latest",
|
||||
"gulp-sass": "latest",
|
||||
"gulp-strip-debug": "latest",
|
||||
"gulp-watch": "latest"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user