Skip to content

Commit

Permalink
Fixed Issue#4 - moved "gulp-util" from "devDependencies" to "deepende…
Browse files Browse the repository at this point in the history
…ncies"

Upped version to 1.1.1
  • Loading branch information
intervalia committed Jan 14, 2015
1 parent b01a8d2 commit 9609f16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gulp-component-assembler",
"version": "1.1.0",
"version": "1.1.1",
"author": "Michael G Collins <[email protected]>",
"license": "MIT",
"description": "gulp-component-assembler is a gulp plug-in that assembles JavaScript components. The components are a combination of JavaScript files, HTML Templates and Localization strings.",
Expand Down Expand Up @@ -30,6 +30,7 @@
"homepage": "https://github.com/intervalia/gulp-component-assembler",
"dependencies": {
"glob": "^4.0.6",
"gulp-util": "^3.0.1",
"minimatch": "^1.0.0",
"through2": "^0.6.2"
},
Expand All @@ -39,7 +40,6 @@
"devDependencies": {
"gulp": "^3.8.8",
"gulp-jshint": "~1.9.0",
"gulp-util": "^3.0.1",
"mocha": "^1.21.4",
"should": "^4.0.4"
}
Expand Down

0 comments on commit 9609f16

Please sign in to comment.