Skip to content

Commit

Permalink
v1.6.4 - Workaround for browserify/brfs#39
Browse files Browse the repository at this point in the history
  • Loading branch information
gaye committed Apr 8, 2015
1 parent eeb5475 commit 22b489f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents** *generated with [DocToc](http://doctoc.herokuapp.com/)*

- [1.6.4](#164)
- [1.6.3](#163)
- [1.6.2](#162)
- [1.6.1](#161)
Expand Down Expand Up @@ -44,6 +45,10 @@

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

### 1.6.4

+ Workaround https://github.com/substack/brfs/issues/39

### 1.6.3

+ Convert to use new es6/7 features and transpile with babel
Expand Down
2 changes: 1 addition & 1 deletion lib/template/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Handlebars from 'handlebars';
import fs from 'fs';
import { format } from 'util';
import * as ns from '../namespace';
let fs = require('fs');

/**
* @param {Object} filter looks like
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dav",
"version": "1.6.3",
"version": "1.6.4",
"author": "Gareth Aye [:gaye] <[email protected]>",
"description": "WebDAV, CalDAV, and CardDAV client for nodejs and the browser",
"license": "MPL-2.0",
Expand Down

0 comments on commit 22b489f

Please sign in to comment.