-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed Issue#4 - moved "gulp-util" from "devDependencies" to "deepende…
…ncies" Upped version to 1.1.1
- Loading branch information
1 parent
b01a8d2
commit 9609f16
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.", | ||
|
@@ -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" | ||
}, | ||
|
@@ -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" | ||
} | ||
|