ampersand-events
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -0,1 +1,2 @@ | ||
/*$AMPERSAND_VERSION*/ | ||
var runOnce = require('amp-once'); | ||
@@ -2,0 +3,0 @@ var uniqueId = require('amp-unique-id'); |
{ | ||
"name": "ampersand-events", | ||
"description": "Module that can be mixed into any object to provide eventing. Heavily based on Backbone Events.", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"author": "Henrik Joreteg <henrik@andyet.net>", | ||
"browserify": { | ||
"transform": [ | ||
"ampersand-version" | ||
] | ||
}, | ||
"bugs": { | ||
@@ -16,3 +21,4 @@ "url": "https://github.com/ampersandjs/ampersand-events/issues" | ||
"amp-once": "^1.0.1", | ||
"amp-unique-id": "^1.0.2" | ||
"amp-unique-id": "^1.0.2", | ||
"ampersand-version": "^1.0.2" | ||
}, | ||
@@ -19,0 +25,0 @@ "devDependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
34841
682
8
+ Addedampersand-version@^1.0.2
+ Addedampersand-version@1.0.2(transitive)
+ Addedcore-util-is@1.0.3(transitive)
+ Addedfind-root@0.1.2(transitive)
+ Addedinherits@2.0.4(transitive)
+ Addedisarray@0.0.1(transitive)
+ Addedreadable-stream@1.0.34(transitive)
+ Addedstring_decoder@0.10.31(transitive)
+ Addedthrough2@0.6.5(transitive)
+ Addedxtend@4.0.2(transitive)