Skip to content

Commit

Permalink
Merge pull request #71 from pablo-mayrgundter/npm
Browse files Browse the repository at this point in the history
Set package.json to private and v0.1 in prep for npm.
  • Loading branch information
pablo-mayrgundter authored Oct 26, 2023
2 parents e89c505 + e4cb9af commit 6a5c67d
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
{
"name": "bldrs-conway",
"version": "0.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",
"type": "module",
"scripts": {
"clean": "yarn clean-conway_geom",
"build": "yarn clean && yarn build-all-release-node",
Expand Down Expand Up @@ -84,6 +89,5 @@
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
},
"type": "module"
}
}
}

0 comments on commit 6a5c67d

Please sign in to comment.