Skip to content

Commit

Permalink
Add slash to main require in test to support 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
mcous committed Jun 25, 2016
1 parent ac6f9c7 commit 8cb6b4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

var expect = require('chai').expect

var viewbox = require('.')
var viewbox = require('./')

describe('viewbox', function() {
it('should be able to create a new viewbox', function() {
Expand Down

0 comments on commit 8cb6b4c

Please sign in to comment.