Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
ES6 import
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffmabc committed Aug 24, 2016
1 parent bac1d29 commit 1c9ea48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const path = require('path');
import path from 'path';
module.exports = function (grunt) {
// Project configuration.
grunt.initConfig({
Expand Down

0 comments on commit 1c9ea48

Please sign in to comment.