代码拉取完成,页面将自动刷新
Package.describe({
summary: "Objects with clean reactive properties, via ECMA-262 property get/set standards.",
version: "0.8.2",
git: 'https://github.com/Meteor-Reaction/meteor-reactive-objects.git'
});
Package.on_use(function (api, where) {
api.versionsFrom("METEOR-CORE@0.9.0-atm");
api.use(['deps', 'underscore'], ['client', 'server']);
if(api.export) {
api.export(['ReactiveObjects'], ['client', 'server']);
}
api.add_files([
'lib/reactive-objects.js',
'lib/model-methods.js',
'lib/proxies.js'
],
['client', 'server']);
});
Package.on_test(function(api) {
api.use("kestanous:reactive-objects");
api.use(['tinytest', 'deps', 'underscore'], ['client', 'server']);
api.add_files([
'tests/public-api.tests.js',
'tests/proxies.tests.js'
], ['client', 'server']);
});
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。