Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shama committed Mar 10, 2016
1 parent bff2000 commit da7aac8
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": "on-load",
"version": "1.0.0",
"version": "2.0.0",
"description": "On load/unload events for DOM elements using a MutationObserver",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var onload = require('./')()
var onload = require('./')
var test = require('tape')

test('onload/onunload', function (t) {
Expand Down

0 comments on commit da7aac8

Please sign in to comment.