Skip to content

Commit

Permalink
Removes unecessary files from npm, fixes #1056 (#1058)
Browse files Browse the repository at this point in the history
  • Loading branch information
eltonmesquita authored May 11, 2020
1 parent 8007e55 commit 1afb3a4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,11 @@
"hooks": {
"pre-commit": "npm-run-all start precommit"
}
}
},
"files": [
"animate.compat.css",
"animate.min.css",
"animate.css",
"source/**/*.css"
]
}

0 comments on commit 1afb3a4

Please sign in to comment.