Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
Signed-off-by: Nikola R. Hristov <[email protected]>
  • Loading branch information
NikolaRHristov committed Apr 5, 2024
1 parent 01af686 commit e8e9c76
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{
"name": "thyme",
"name": "@playform/compile",
"version": "0.0.1",
"private": false,
"scripts": {
"prepublishOnly": "Build 'Source/**/*'"
"Document": "Document 'Source/**/*.ts'",
"prepublishOnly": "Build 'Source/**/*.ts'"
},
"devDependencies": {
"@playform/build": "0.0.5"
"@playform/build": "0.0.5",
"@playform/document": "0.0.6"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit e8e9c76

Please sign in to comment.