vue-moment
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "vue-moment", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Handy Moment.js filters for your Vue.js project", | ||
@@ -5,0 +5,0 @@ "main": "vue-moment.js", |
@@ -7,3 +7,3 @@ var moment = require('moment'); | ||
$moment: { | ||
get() { | ||
get: function() { | ||
return Vue.moment.bind(this); | ||
@@ -10,0 +10,0 @@ }, |
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
8450