Skip to content

Commit

Permalink
Updated package.json scripts
Browse files Browse the repository at this point in the history
• Updated:
- package.json scripts for all gulp functions
  • Loading branch information
mgabdev committed Feb 25, 2019
1 parent e743d49 commit 81b9566
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
"version": "0.1.0",
"main": "index.js",
"scripts": {
"gulp:images": "gulp images",
"gulp:scripts": "gulp scripts",
"gulp:styles": "gulp styles",
"gulp:html": "gulp html",
"gulp:manifest": "gulp manifest",
"build": "gulp build"
},
"devDependencies": {
"autoprefixer": "^9.4.7",
Expand Down

0 comments on commit 81b9566

Please sign in to comment.