Skip to content

Instantly share code, notes, and snippets.

@lucifiel0121
Created November 29, 2018 05:51
Show Gist options
  • Save lucifiel0121/ac28197ae3070168e9f2a2e497f63b73 to your computer and use it in GitHub Desktop.
Save lucifiel0121/ac28197ae3070168e9f2a2e497f63b73 to your computer and use it in GitHub Desktop.
Gulp 4.0 (package.json)
{
"name": "ashe-gulp-sass",
"version": "2.0.0",
"description": "gulp-sass + source map + PostCSS, last update at 2018-11-29 ",
"repository": "git@github.com:lucifiel0121/gulp4.0_config.git",
"author": "ashe <zyi3204@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/lucifiel0121/gulp4.0_config/issues"
},
"homepage": "https://github.com/lucifiel0121/gulp4.0_config#readme",
"devDependencies": {
"autoprefixer": "^9.3.1",
"gulp": "^4.0.0",
"gulp-postcss": "^8.0.0",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "^2.6.4"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment