specify npm main field

for use with requiring this package via something like webpack
instead of having to do require('animate.css/animate.css')
you should be able to just do require('animate.css')
This commit is contained in:
Sam Lau 2015-11-16 01:50:57 -08:00
parent e1e1ef73b7
commit 634a08300c
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
{
"name": "animate.css",
"version": "3.4.0",
"main": "animate.css",
"repository": {
"type": "git",
"url": "https://github.com/daneden/animate.css.git"