Security update to Drupal 8.4.6
[yaffs-website] / node_modules / underscore.string / package.js
1 // package metadata file for Meteor.js
2
3 Package.describe({
4   name: 'underscorestring:underscore.string',
5   summary: 'underscore.string (official): String manipulation extensions for Underscore.js javascript library.',
6   version: '3.2.3',
7   git: 'https://github.com/epeli/underscore.string.git',
8   documentation: 'README.markdown'
9 });
10
11
12 Package.onUse(function (api) {
13   api.versionsFrom('METEOR@1.0');
14   api.addFiles(['meteor-pre.js','dist/underscore.string.js','meteor-post.js']);
15   api.export("s");
16 });