Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5fd56e commit ffc383fCopy full SHA for ffc383f
CHANGELOG.md
@@ -1,5 +1,8 @@
1
##Changelog
2
3
+###v1.1.1
4
+- Fixed bug with modules that had a comment on the last line
5
+
6
###v1.1.0
7
- Added Coffee-Script support
8
- Removed Makefile: Use `npm test` instead.
package.json
@@ -1,6 +1,6 @@
{
"name" : "rewire",
- "version" : "1.1.0",
+ "version" : "1.1.1",
"description" : "Dependency injection for node.js applications",
"keywords" : [
"dependency",
0 commit comments