UNPKG

underscore-keypath

Version:

Adds Key-Path mechanism extensions for underscore

13 lines (10 loc) 380 B
Package.describe({ summary : "Keypath mechanism for underscore", git : "https://github.com/jeeeyul/underscore-keypath.git", version : "0.9.3" }); Package.on_use(function (api) { api.use("underscore@1.0.0", ["server", "client"]); api.add_files("lib/underscore-keypath.min.js", ["server", "client"]); api.add_files("export-underscore-keypath.js", ["server", "client"]); });