Skip to content

Commit

Permalink
ui-manchette: moves tailwind as devdependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jacomyal committed Jul 9, 2024
1 parent fde6e26 commit 55ab493
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 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 ui-manchette/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"dependencies": {
"classnames": "^2.5.1",
"lodash.isequal": "^4.5.0",
"tailwindcss": "^3.4.1",
"@osrd-project/ui-spacetimechart": "0.0.18"
},
"peerDependencies": {
Expand All @@ -50,7 +49,8 @@
"postcss-preset-env": "^9.5.2",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-serve": "^1.1.1"
"rollup-plugin-serve": "^1.1.1",
"tailwindcss": "^3.4.1"
},
"gitHead": "973ad1478be4544e1c97303b844903247d9a9cd7"
}

0 comments on commit 55ab493

Please sign in to comment.