Skip to content

Commit

Permalink
add npmignore to limit installed package size
Browse files Browse the repository at this point in the history
  • Loading branch information
horuskol committed Dec 11, 2020
1 parent 67d0830 commit 12bec7d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.github/
coverage/
test/
.*.json
jestconfig.coverage.json
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 1.2.0 - 2020-12-11
* Added .npmignore to lighten the installation size.

## 1.1.0 - 2020-11-27
* Updated to work with TailwindCSS version 2.
* Added CHANGELOG.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@savvywombat/tailwindcss-grid-areas",
"version": "1.1.0",
"version": "1.2.0",
"description": "A plugin to provide TailwindCSS utilities for grid areas.",
"keywords": [
"tailwind",
Expand Down

0 comments on commit 12bec7d

Please sign in to comment.