Skip to content

Commit 2dfaccf

Browse files
authored
Remove dist folder and related dependencies (tailwindlabs#11)
* remove dist folder and related dependencies * update changelog
1 parent ac71ca8 commit 2dfaccf

File tree

5 files changed

+3
-49
lines changed

5 files changed

+3
-49
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 ([#11](https://github.com/tailwindlabs/tailwindcss-line-clamp/pull/11))
1113

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

dist/.gitignore

-3
This file was deleted.

dist/.npmignore

Whitespace-only changes.

package.json

-9
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,7 @@
1313
"singleQuote": true,
1414
"trailingComma": "es5"
1515
},
16-
"scripts": {
17-
"prepublishOnly": "node scripts/build.js"
18-
},
1916
"peerDependencies": {
2017
"tailwindcss": ">=2.0.0 || >=3.0.0 || >=3.0.0-alpha.1"
21-
},
22-
"devDependencies": {
23-
"autoprefixer": "^10.2.0",
24-
"clean-css": "^4.2.1",
25-
"postcss": "^8.2.2",
26-
"tailwindcss": "^2.0.2"
2718
}
2819
}

scripts/build.js

-36
This file was deleted.

0 commit comments

Comments
 (0)