Skip to content

Commit

Permalink
1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
imaustink committed Oct 31, 2017
1 parent a27c65c commit f4264ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "can-event-dom-radiochange",
"description": "Custom radiochange event",
"version": "1.0.2",
"version": "1.0.3",
"author": {
"name": "Chris Andrejewski",
"email": "core@donejs.com",
Expand Down Expand Up @@ -40,14 +40,14 @@
},
"scripts": {
"build": "node build.js",
"detect-cycle": "detect-cyclic-packages --ignore done-serve",
"install-canary": "npm install --no-shrinkwrap",
"install-locked": "npm install",
"jshint": "jshint ./*.js --config",
"lint": "fixpack && npm run jshint",
"preversion": "npm test && npm run build",
"test": "npm run detect-cycle && npm run lint && npm run testee",
"testee": "testee test.html --browsers firefox",
"detect-cycle": "detect-cyclic-packages --ignore done-serve"
"testee": "testee test.html --browsers firefox"
},
"steal": {
"main": "can-event-dom-radiochange",
Expand Down

0 comments on commit f4264ce

Please sign in to comment.