Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create slim package.json #1436

Merged
merged 8 commits into from
Nov 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This serves two purposes:
- for soon-to-be removed features.

### Removed
- for now removed features.
- Removed unhelpful boilerplate from the `hyde/hyde` `package.json` in https://github.com/hydephp/develop/pull/1436

### Fixed
- for any bug fixes.
Expand Down
24 changes: 0 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,30 +5,6 @@
"prod": "mix --production",
"watch": "mix watch"
},
"name": "hyde",
"description": "Elegant and Powerful Static App Builder",
"version": "1.1.0",
"main": "hyde",
"directories": {
"test": "tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hydephp/hyde.git"
},
"keywords": [
"hydephp",
"hyde",
"static",
"site",
"generator"
],
"author": "Caen De Silva",
"license": "MIT",
"bugs": {
"url": "https://github.com/hydephp/hyde/issues"
},
"homepage": "https://hydephp.com",
"devDependencies": {
"@tailwindcss/typography": "^0.5.2",
"autoprefixer": "^10.4.5",
Expand Down
17 changes: 17 additions & 0 deletions packages/hyde/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"private": true,
"scripts": {
"dev": " mix",
"prod": "mix --production",
"watch": "mix watch"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.2",
"autoprefixer": "^10.4.5",
"hydefront": "^3.3.0",
"laravel-mix": "^6.0.49",
"postcss": "^8.4.31",
"prettier": "2.6.0",
"tailwindcss": "^3.0.24"
}
}
Loading