Skip to content

Commit

Permalink
chore(node): fix main, remove obsolete fields (#2858)
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky authored Jul 16, 2024
1 parent 04c8e7f commit fbc702f
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,13 @@
"name": "nodejs-sandbox",
"version": "1.0.0",
"description": "",
"main": "index.html",
"main": "index.js",
"scripts": {
"start": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codesandbox-app/static-template.git"
},
"keywords": [],
"author": "Ives van Hoorne",
"license": "MIT",
"bugs": {
"url": "https://github.com/codesandbox-app/static-template/issues"
},
"homepage": "https://github.com/codesandbox-app/static-template#readme",
"devDependencies": {
"nodemon": "^3.0.1"
},
Expand Down

0 comments on commit fbc702f

Please sign in to comment.