-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added option for testing (read only property); failure robustness
- Loading branch information
Matthias Hauch
committed
Jun 27, 2016
1 parent
ddddd2c
commit 1a591c6
Showing
5 changed files
with
54 additions
and
16 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
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
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 |
---|---|---|
|
@@ -6,10 +6,12 @@ | |
"name": "pro!vision GmbH", | ||
"url": "http://www.pro-vision.de" | ||
}, | ||
"contributors": [{ | ||
"name": "Matthias Hauch", | ||
"email": "[email protected]" | ||
}], | ||
"contributors": [ | ||
{ | ||
"name": "Matthias Hauch", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"homepage": "https://github.com/wcm-io-frontend/grunt-es3ify", | ||
"bugs": { | ||
"url": "https://github.com/wcm-io-frontend/grunt-es3ify/issues" | ||
|
@@ -39,6 +41,7 @@ | |
"grunt-contrib-nodeunit": "^1.0.0" | ||
}, | ||
"dependencies": { | ||
"chalk": "^1.1.3", | ||
"es3ify": "^0.2.2" | ||
} | ||
} |
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
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