Skip to content

Commit

Permalink
Merge pull request #1436 from hydephp/slim-package.json
Browse files Browse the repository at this point in the history
Create slim package.json
  • Loading branch information
caendesilva authored Nov 8, 2023
2 parents c875997 + 45660f4 commit f71aadf
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 25 deletions.
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"
}
}

0 comments on commit f71aadf

Please sign in to comment.