Skip to content

Commit

Permalink
1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
chasenlehara committed Dec 1, 2017
1 parent 0104cb9 commit 17ef02e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "can-dom-events",
"description": "Listen for native and custom DOM events",
"version": "1.0.6",
"version": "1.0.7",
"author": {
"name": "Chris Andrejewski",
"email": "core@donejs.com",
Expand Down Expand Up @@ -43,8 +43,8 @@
"detect-cycle": "detect-cyclic-packages --ignore done-serve",
"jshint": "jshint ./*.js ./helpers/*.js --config",
"lint": "fixpack && npm run jshint",
"preversion": "npm test && npm run build",
"postversion": "git push --follow-tags",
"preversion": "npm test && npm run build",
"test": "npm run detect-cycle && npm run lint && npm run testee",
"testee": "testee test.html --browsers firefox"
}
Expand Down

0 comments on commit 17ef02e

Please sign in to comment.