Skip to content

Commit

Permalink
Move dependencies from devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
chosak committed Jul 31, 2024
1 parent 64662ae commit fd45a86
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"prettier:fix": "prettier . --write",
"watch": "yarn build --watch"
},
"devDependencies": {
"dependencies": {
"@cfpb/cfpb-atomic-component": "^2.0.1",
"@cfpb/cfpb-buttons": "^2.0.0",
"@cfpb/cfpb-core": "^2.0.0",
Expand All @@ -29,7 +29,9 @@
"esbuild-plugin-copy": "^2.1.1",
"less": "^4.2.0",
"postcss": "^8.4.39",
"postcss-less": "^6.0.0",
"postcss-less": "^6.0.0"
},
"devDependencies": {
"prettier": "^2.7.1"
}
}

0 comments on commit fd45a86

Please sign in to comment.