From f4264ce5fc79cf522a185d1e0d9b31e284be7c72 Mon Sep 17 00:00:00 2001 From: imasustink Date: Tue, 31 Oct 2017 14:20:38 -0700 Subject: [PATCH] 1.0.3 --- package-lock.json | 2 +- package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1f66caf..9b18d44 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "can-event-dom-radiochange", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b5c56e6..a217ae3 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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",