Skip to content

Commit

Permalink
fix: move colors and prismjs to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MLKendall committed Mar 20, 2024
1 parent 5d65f62 commit be670ee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,10 @@
},
"homepage": "https://github.com/sparkbox/downpour#readme",
"dependencies": {
"colors": "^1.1.2",
"drizzle-builder": "^0.0.10",
"handlebars": "^4.0.6",
"handlebars-helpers": "^0.7.7",
"lodash": "^4.12.0",
"prismjs": "^1.6.0",
"shelljs": "^0.8.4"
},
"devDependencies": {
Expand All @@ -46,9 +44,11 @@
"@rollup/plugin-node-resolve": "^13.0.0",
"babel-eslint": "^10.1.0",
"check-node-version": "^4.1.0",
"colors": "^1.1.2",
"eslint": "^7.29.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.23.4",
"prismjs": "^1.6.0",
"rollup": "^2.52.7",
"rollup-plugin-scss": "^3.0.0",
"rollup-plugin-terser": "^7.0.2",
Expand Down

0 comments on commit be670ee

Please sign in to comment.