Skip to content

Commit

Permalink
Do not ignore umd+esm folders in libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
hejny committed Oct 28, 2023
1 parent 5810014 commit 96756ef
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 9 deletions.
4 changes: 3 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@
/coverage
/samples

/secrets.md
/secrets.md

TODO.txt
1 change: 1 addition & 0 deletions packages/browser/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TODO.txt
5 changes: 5 additions & 0 deletions packages/browser/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# 🌠 Prompt template pipelines

Library to supercharge your use of large language models

[Read the manual](https://github.com/webgptorg/ptp)
1 change: 1 addition & 0 deletions packages/node/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TODO.txt
5 changes: 5 additions & 0 deletions packages/node/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# 🌠 Prompt template pipelines

Library to supercharge your use of large language models

[Read the manual](https://github.com/webgptorg/ptp)
14 changes: 7 additions & 7 deletions samples/usage/simple-script/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion samples/usage/simple-script/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"start": "node simple-script.js"
},
"dependencies": {
"@gptp/core": "0.5.0",
"@gptp/core": "0.6.0",
"dotenv": "16.3.1"
}
}

0 comments on commit 96756ef

Please sign in to comment.