Skip to content

Commit

Permalink
Set package.json to private and v0.1 in prep for npm.
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo-mayrgundter committed Oct 26, 2023
1 parent e89c505 commit 95c335b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "bldrs-conway",
"version": "0.0.1",
"version": "0.1",
"description": "",
"files": [
"./compiled/**/*"
],
"author": "bldrs.ai",
"license": "ISC",
"private": true,
"scripts": {
"clean": "yarn clean-conway_geom",
"build": "yarn clean && yarn build-all-release-node",
Expand Down Expand Up @@ -86,4 +87,4 @@
"typescript": "^4.8.4"
},
"type": "module"
}
}

0 comments on commit 95c335b

Please sign in to comment.