Skip to content

Commit

Permalink
Fix import path in grunt task
Browse files Browse the repository at this point in the history
fixes #770
  • Loading branch information
jason0x43 committed Jul 14, 2017
1 parent d446564 commit 1236a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tasks/intern.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Node from '../../src/lib/executors/Node';
import Node from '../lib/executors/Node';
import { Config } from '../lib/executors/Executor';
import global from '@dojo/shim/global';

Expand Down

0 comments on commit 1236a9a

Please sign in to comment.