Code coverage report for master/package.js

Statements: 0% (0 / 4)      Branches: 100% (0 / 0)      Functions: 0% (0 / 1)      Lines: 0% (0 / 4)      Ignored: none     

All files » master/ » package.js
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15                             
// 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.0.3',
  git: 'https://github.com/epeli/underscore.string.git',
  documentation: 'README.markdown'
});
 
Package.onUse(function (api) {
  api.versionsFrom('METEOR@1.0');
  api.addFiles('dist/underscore.string.js');
});