dotfiles/.vscode/extensions/saviorisdead.RustyCode-0.18.0/node_modules/underscore.string/package.js

17 lines
504 B
JavaScript
Raw Normal View History

2016-09-11 09:29:13 +01:00
// package metadata file for Meteor.js
Package.describe({
name: 'underscorestring:underscore.string',
summary: 'underscore.string (official): String manipulation extensions for Underscore.js javascript library.',
version: '3.1.1',
git: 'https://github.com/epeli/underscore.string.git',
documentation: 'README.markdown'
});
Package.onUse(function (api) {
api.versionsFrom('METEOR@1.0');
api.addFiles(['meteor-pre.js','dist/underscore.string.js','meteor-post.js']);
api.export("s");
});