Skip to content

Commit 634a083

Browse files
committed
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')
1 parent e1e1ef7 commit 634a083

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "animate.css",
33
"version": "3.4.0",
4+
"main": "animate.css",
45
"repository": {
56
"type": "git",
67
"url": "https://github.com/daneden/animate.css.git"

0 commit comments

Comments
 (0)