Skip to content

Commit a4d3d64

Browse files
authored
Remove dist folder and related dependencies (#29)
* remove dist folder and related dependencies * update changelog
1 parent 5efa6d4 commit a4d3d64

File tree

5 files changed

+4
-44
lines changed

5 files changed

+4
-44
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
- Nothing yet!
10+
### Added
11+
12+
- Remove `dist` folder and related dependencies ([#29](https://github.com/tailwindlabs/tailwindcss-aspect-ratio/pull/29))
1113

1214
## [0.4.0] - 2021-12-09
1315

dist/.gitignore

-3
This file was deleted.

dist/.npmignore

Whitespace-only changes.

package.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,12 @@
1414
"trailingComma": "es5"
1515
},
1616
"scripts": {
17-
"test": "jest",
18-
"prepublishOnly": "node scripts/build.js"
17+
"test": "jest"
1918
},
2019
"peerDependencies": {
2120
"tailwindcss": ">=2.0.0 || >=3.0.0 || >=3.0.0-alpha.1"
2221
},
2322
"devDependencies": {
24-
"autoprefixer": "10",
25-
"clean-css": "^4.2.1",
2623
"jest": "^27.2.4",
2724
"postcss": "^8.2.4",
2825
"tailwindcss": "^3.0.0",

scripts/build.js

-36
This file was deleted.

0 commit comments

Comments
 (0)