Skip to content

Commit

Permalink
update package.json and gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
sepehr-safari committed Jul 20, 2024
1 parent d19550b commit d9c723e
Show file tree
Hide file tree
Showing 3 changed files with 311 additions and 708 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
dist
node_modules
package-lock.json
docs/.vitepress/dist
docs/.vitepress/cache
templates/**/package-lock.json
Expand Down
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
{
"name": "create-osty",
"version": "0.3.15",
"version": "0.3.16",
"type": "module",
"license": "MIT",
"author": "Sepehr Safari",
"description": "Start building on Nostr in seconds with Osty. Fast. Production-Ready. Scalable.",
"description": "Framework for building Nostr web applications.",
"bin": {
"create-osty": "index.js"
},
"files": [
"index.js",
"dist",
"templates",
"!**/docs",
"!**/node_modules",
"!**/package-lock.json"
"!**/package-lock.json",
"!**/yarn.lock"
],
"scripts": {
"dev": "unbuild --stub",
Expand Down
Loading

0 comments on commit d9c723e

Please sign in to comment.