Skip to content

Commit

Permalink
Add npm repo config to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo-mayrgundter committed Oct 26, 2023
1 parent 95c335b commit e4cb9af
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
{
"name": "bldrs-conway",
"version": "0.1",
"description": "",
"name": "@bldrs-ai/conway",
"description": "bldrs.ai datamodel",
"author": "bldrs.ai",
"license": "UNLICENSED",
"version": "0.1.0",
"repository": "https://github.com/bldrs-ai/conway",
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"files": [
"./compiled/**/*"
],
"author": "bldrs.ai",
"license": "ISC",
"private": true,
"type": "module",
"scripts": {
"clean": "yarn clean-conway_geom",
"build": "yarn clean && yarn build-all-release-node",
Expand Down Expand Up @@ -85,6 +89,5 @@
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
},
"type": "module"
}
}

0 comments on commit e4cb9af

Please sign in to comment.