Skip to content

Commit

Permalink
Remove dist folder and related dependencies (#29)
Browse files Browse the repository at this point in the history
* remove dist folder and related dependencies

* update changelog
  • Loading branch information
RobinMalfait committed Dec 15, 2021
1 parent 5efa6d4 commit a4d3d64
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 44 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- Nothing yet!
### Added

- Remove `dist` folder and related dependencies ([#29](https://github.com/tailwindlabs/tailwindcss-aspect-ratio/pull/29))

## [0.4.0] - 2021-12-09

Expand Down
3 changes: 0 additions & 3 deletions dist/.gitignore

This file was deleted.

Empty file removed dist/.npmignore
Empty file.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,12 @@
"trailingComma": "es5"
},
"scripts": {
"test": "jest",
"prepublishOnly": "node scripts/build.js"
"test": "jest"
},
"peerDependencies": {
"tailwindcss": ">=2.0.0 || >=3.0.0 || >=3.0.0-alpha.1"
},
"devDependencies": {
"autoprefixer": "10",
"clean-css": "^4.2.1",
"jest": "^27.2.4",
"postcss": "^8.2.4",
"tailwindcss": "^3.0.0",
Expand Down
36 changes: 0 additions & 36 deletions scripts/build.js

This file was deleted.

0 comments on commit a4d3d64

Please sign in to comment.