Skip to content

Commit

Permalink
Merge pull request #218 from mortendk/remove-prettier
Browse files Browse the repository at this point in the history
Remove prettier
  • Loading branch information
mortendk authored Nov 21, 2022
2 parents 09a6179 + ce5ca41 commit ccb4979
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 50 deletions.
25 changes: 25 additions & 0 deletions UPGRADE-GUIDE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
An upgrade guide

Heres a short guide to upgrade saga11

## Delete:
These files and folder delete em

/node_modules/
/_site/
/package-lock.json

Both will be regenered when you `npm install` and `npm start`

## Overvrite
/eleventy.config.js
/netlify.toml
/src/debug
/src/system

## Config


/src/themes/grunn
/src/themes/nakinn
/src/themes/styleguide
54 changes: 6 additions & 48 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/typography": "^0.5.4",
"luxon": "^3.0.1",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.12",
"tailwindcss": "^3.1.6"
},
"dependencies": {
Expand Down

0 comments on commit ccb4979

Please sign in to comment.