Skip to content

Commit 1afb3a4

Browse files
Removes unecessary files from npm, fixes #1056 (#1058)
1 parent 8007e55 commit 1afb3a4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,11 @@
6565
"hooks": {
6666
"pre-commit": "npm-run-all start precommit"
6767
}
68-
}
68+
},
69+
"files": [
70+
"animate.compat.css",
71+
"animate.min.css",
72+
"animate.css",
73+
"source/**/*.css"
74+
]
6975
}

0 commit comments

Comments
 (0)