When installing via Bower, we only want to pull down files essential to
the use of moment.js and ignore everything else. See [ignore]
https://github.com/bower/bower#defining-a-package for more information
on bower ignores.
"version": "2.0.0",
"scripts": ["moment.js"],
"main": "moment.js",
- "description": "Parse, validate, manipulate, and display dates in javascript."
+ "description": "Parse, validate, manipulate, and display dates in javascript.",
+ "ignore": [
+ ".gitignore",
+ ".travis.yml",
+ "composer.json",
+ "CONTRIBUTING.md",
+ "ender.js",
+ "Gruntfile.js",
+ "package.js",
+ "package.json",
+ "test",
+ "tasks"
+ ]
}