Skip to content

Commit

Permalink
Chore: fix errors in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinDorr committed Jun 8, 2024
1 parent f168189 commit ae0d6e9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"engines": {
"node": ">=20.0.0"
},

"scripts": {
"start": "cross-env BROWSER='none' PUBLIC_URL='/' react-scripts start",
"build": "cross-env PUBLIC_URL='.' react-scripts build",
Expand Down Expand Up @@ -52,11 +51,10 @@
],
"repository": {
"type": "git",
"url": "https://github.com/ColinDorr/datocms-plugin-better-linking.git"
"url": "git+https://github.com/ColinDorr/datocms-plugin-better-linking.git"
},
"author": "Colin Dorr",
"license": "ISC",

"datoCmsPlugin": {
"title": "Better Linking",
"previewImage": "docs/preview.png",
Expand Down

0 comments on commit ae0d6e9

Please sign in to comment.