Skip to content

Commit

Permalink
Update Gulp package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
JelteMX committed Nov 28, 2017
1 parent 6fe3f83 commit d534e4d
Show file tree
Hide file tree
Showing 3 changed files with 366 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Gulp/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"repository": "{{{ repository }}}",
"license": "MIT",
"dependencies": {
"browser-sync": "^2.14.0",
"gulp": "^3.9.1",
"gulp-sass": "^2.3.1",
"gulp-sourcemaps": "^1.6.0"
"browser-sync": "*",
"gulp": "*",
"gulp-sass": "*",
"gulp-sourcemaps": "*"
}
}
361 changes: 361 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ux-theming",
"version": "1.3.2",
"version": "1.3.3",
"description": "Make theming easier, using Grunt or Gulp",
"scripts": {
"build": "node make",
Expand Down

0 comments on commit d534e4d

Please sign in to comment.