Skip to content

Commit

Permalink
update package.json to latest standard
Browse files Browse the repository at this point in the history
  • Loading branch information
minecrawler committed Oct 2, 2023
1 parent 97c2dfd commit ab51ce8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"name": "sim-ecs",
"version": "0.6.3",
"license": "MPL 2.0",
"repository": "https://github.com/NSSTC/sim-ecs.git",
"repository": {
"type": "git",
"url": "git+https://github.com/NSSTC/sim-ecs.git"
},
"homepage": "https://nsstc.github.io/sim-ecs/",
"type": "module",
"main": "dist/sim-ecs.cjs",
Expand Down Expand Up @@ -91,4 +94,4 @@
"test": "mocha --experimental-specifier-resolution=node --loader=ts-node/esm src/**/*.test.ts",
"postbuild": "npm run loop-test-js"
}
}
}

0 comments on commit ab51ce8

Please sign in to comment.