Skip to content

Commit

Permalink
package.json: add schema, remove browserlist
Browse files Browse the repository at this point in the history
  • Loading branch information
starsep committed Feb 13, 2024
1 parent e9d9f29 commit 5b81ef6
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "openaedmap-frontend",
"version": "0.1.0",
"private": true,
Expand Down Expand Up @@ -42,16 +43,6 @@
"css-build": "sass sass/mystyles.scss src/mystyles.css",
"css-watch": "npm run css-build -- --watch"
},
"browserslist": {
"production": [
"defaults"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@biomejs/biome": "1.5.3",
"@types/node": "^20.11.17",
Expand Down

0 comments on commit 5b81ef6

Please sign in to comment.