aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2022-07-07 16:02:04 -0700
committerGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2022-07-07 16:02:04 -0700
commit1ee94d5bd261b4cfad7798f0e119499f351b93f3 (patch)
treea695f0f013c56ff9951a0efd388c381a4f973574 /examples
parentd513a6286227d1b241e84a72e6e59344b3904ead (diff)
downloadbun-1ee94d5bd261b4cfad7798f0e119499f351b93f3.tar.gz
bun-1ee94d5bd261b4cfad7798f0e119499f351b93f3.tar.zst
bun-1ee94d5bd261b4cfad7798f0e119499f351b93f3.zip
Bump examplesbun-v0.1.2
Diffstat (limited to 'examples')
-rw-r--r--examples/discord-interactions/gitignore88
-rw-r--r--examples/discord-interactions/package.json2
-rw-r--r--examples/next/package.json2
-rw-r--r--examples/react/package.json2
4 files changed, 91 insertions, 3 deletions
diff --git a/examples/discord-interactions/gitignore b/examples/discord-interactions/gitignore
new file mode 100644
index 000000000..1c22d540a
--- /dev/null
+++ b/examples/discord-interactions/gitignore
@@ -0,0 +1,88 @@
+/data
+
+# Logs
+logs
+*.log
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*
+lerna-debug.log*
+
+#config file
+config.json
+
+# Diagnostic reports (https://nodejs.org/api/report.html)
+report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
+
+# Runtime data
+pids
+*.pid
+*.seed
+*.pid.lock
+
+# Directory for instrumented libs generated by jscoverage/JSCover
+lib-cov
+
+# Coverage directory used by tools like istanbul
+coverage
+*.lcov
+
+# nyc test coverage
+.nyc_output
+
+# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
+.grunt
+
+# Bower dependency directory (https://bower.io/)
+bower_components
+
+# node-waf configuration
+.lock-wscript
+
+# Compiled binary addons (https://nodejs.org/api/addons.html)
+build/Release
+
+# Dependency directories
+node_modules/
+jspm_packages/
+
+# TypeScript v1 declaration files
+typings/
+
+# TypeScript cache
+*.tsbuildinfo
+
+# Optional npm cache directory
+.npm
+
+# Optional eslint cache
+.eslintcache
+
+# Microbundle cache
+.rpt2_cache/
+.rts2_cache_cjs/
+.rts2_cache_es/
+.rts2_cache_umd/
+
+# Optional REPL history
+.node_repl_history
+
+# Output of 'npm pack'
+*.tgz
+
+# Yarn Integrity file
+.yarn-integrity
+
+# dotenv environment variables file
+.env
+.env.test
+
+# parcel-bundler cache (https://parceljs.org/)
+.cache
+
+# TernJS port file
+.tern-port
+
+# pm2
+.pm2
+.pm2.bak
diff --git a/examples/discord-interactions/package.json b/examples/discord-interactions/package.json
index d31709aa2..5f5213622 100644
--- a/examples/discord-interactions/package.json
+++ b/examples/discord-interactions/package.json
@@ -1,5 +1,5 @@
{
- "version": "0.0.3",
+ "version": "0.0.5",
"name": "@bun-examples/discord-interactions",
"dependencies": {
"slash-create": "^5.7.0"
diff --git a/examples/next/package.json b/examples/next/package.json
index 1fbf8e85b..870dc2c34 100644
--- a/examples/next/package.json
+++ b/examples/next/package.json
@@ -1,6 +1,6 @@
{
"name": "@bun-examples/next",
- "version": "0.0.52",
+ "version": "0.0.53",
"main": "index.js",
"dependencies": {
"next": "^12.1.0",
diff --git a/examples/react/package.json b/examples/react/package.json
index 8e180116e..e3e8e39b3 100644
--- a/examples/react/package.json
+++ b/examples/react/package.json
@@ -1,6 +1,6 @@
{
"name": "@bun-examples/react",
- "version": "0.0.42",
+ "version": "0.0.47",
"dependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2",