Skip to content
This repository has been archived by the owner on May 18, 2019. It is now read-only.

Commit

Permalink
feat(gulp): Add gulp dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Wikiki committed Feb 9, 2018
1 parent 87d2a1a commit 9afde4e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A simple accordion extension for Bulma",
"main": "accordion.sass",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"build": "gulp"
},
"repository": {
"type": "git",
Expand All @@ -22,23 +22,25 @@
"url": "https://github.com/Wikiki/bulma-accordion/issues"
},
"homepage": "https://github.com/Wikiki/bulma-accordion#readme",
"scripts": {
"build": "gulp"
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.39",
"@babel/preset-env": "^7.0.0-beta.39",
"babel-core": "^7.0.0-beta.3",
"bulma": "^0.6.2",
"conventional-github-releaser": "^2.0.0",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.1.0",
"gulp-babel": "^7.0.1",
"gulp-bump": "^3.1.0",
"gulp-clean-css": "^3.9.2",
"gulp-concat": "^2.6.1",
"gulp-conventional-changelog": "^1.1.11",
"gulp-git": "^2.5.1",
"gulp-postcss": "^7.0.1",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"run-sequence": "^2.2.1"
},
"files": [
Expand Down

0 comments on commit 9afde4e

Please sign in to comment.