forked from pahen/madge
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Better JSX support via precinct module
Issue pahen#61 prefer detective-es6-1.1.3 Revert to esold Updated shrinkwrap
- Loading branch information
Dean Radcliffe
committed
May 5, 2016
1 parent
a3f44e7
commit ce18493
Showing
8 changed files
with
586 additions
and
289 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 |
---|---|---|
|
@@ -46,4 +46,4 @@ | |
"describe", | ||
"it" | ||
] | ||
} | ||
} |
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 |
---|---|---|
|
@@ -61,4 +61,4 @@ ES6.prototype.parseFile = function (filename) { | |
} | ||
|
||
return []; | ||
}; | ||
}; |
Oops, something went wrong.