makeup-key-emitter
Advanced tools
Comparing version 0.0.3 to 0.1.0
{ | ||
"name": "makeup-key-emitter", | ||
"description": "Emits custom events for common accessibility keys (arrowRightKeyDown, escKeyDown, etc)", | ||
"version": "0.0.3", | ||
"version": "0.1.0", | ||
"main": "index.js", | ||
@@ -22,7 +22,5 @@ "repository": "https://github.com/makeup-js/makeup-key-emitter.git", | ||
"watch": "onchange src/*.js docs/index.js -- npm run build", | ||
"transpile": "babel src/index.js --out-file index.js && babel src/util.js --out-file util.js" | ||
"transpile": "babel src/index.js --out-file index.js && babel src/util.js --out-file util.js", | ||
"version": "npm run prepublishOnly && git add -A docs/static test/static" | ||
}, | ||
"pre-commit": [ | ||
"prepublishOnly" | ||
], | ||
"keywords": [ | ||
@@ -50,7 +48,6 @@ "makeup", | ||
"parallelshell": "^3", | ||
"pre-commit": "^1", | ||
"rimraf": "^2" | ||
}, | ||
"dependencies": { | ||
"custom-event-polyfill": "~0.3" | ||
"custom-event-polyfill": "^1" | ||
}, | ||
@@ -57,0 +54,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
16
0
165469
+ Addedcustom-event-polyfill@1.0.7(transitive)
- Removedcustom-event-polyfill@0.3.0(transitive)
Updatedcustom-event-polyfill@^1