Skip to content

Commit

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

* update changelog

* use latest version instead of tag in package.json
  • Loading branch information
RobinMalfait authored Dec 15, 2021
1 parent e8e01c3 commit 533f0ce
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 45 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 ([#96](https://github.com/tailwindlabs/tailwindcss-forms/pull/96))

## [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.
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,9 @@
"tailwindcss": ">=3.0.0 || >= 3.0.0-alpha.1"
},
"devDependencies": {
"autoprefixer": "^10.0.2",
"chokidar-cli": "^2.1.0",
"clean-css": "^4.2.1",
"concurrently": "^5.3.0",
"live-server": "^1.2.1",
"postcss": "^8.1.7",
"tailwindcss": "next"
"tailwindcss": "^3.0.2"
},
"dependencies": {
"mini-svg-data-uri": "^1.2.3"
Expand Down
36 changes: 0 additions & 36 deletions scripts/build.js

This file was deleted.

1 comment on commit 533f0ce

@vercel
Copy link

@vercel vercel bot commented on 533f0ce Dec 15, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.