Skip to content

Commit

Permalink
Release 1.2.2
Browse files Browse the repository at this point in the history
Fixed case sensitive import.
  • Loading branch information
thomas-darling committed Feb 1, 2017
1 parent 7d12ee0 commit 99a6d23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gulp-dependents",
"version": "1.2.1",
"version": "1.2.2",
"description": "Gulp plugin that tracks dependencies between files and adds any files that depend on the files currently in the stream, thus enabling incremental build of pcss, less, scss, sass, with extensibility points to support other file types.",
"keywords": [
"gulp",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {plugin} from "./plugin/Plugin";
import {plugin} from "./plugin/plugin";

// Export the plugin function that will be used in the gulp pipeline.
export = plugin;

0 comments on commit 99a6d23

Please sign in to comment.