Skip to content

Commit

Permalink
Merge pull request #19 from fahimahammed/stage
Browse files Browse the repository at this point in the history
💡 update version and fix problem
  • Loading branch information
fahimahammed authored Jun 24, 2024
2 parents 2c2ffd4 + e2e9452 commit 151a6fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env node
"use strict";
// src/index.ts
Object.defineProperty(exports, "__esModule", { value: true });
const documentationGenerator_1 = require("./documentationGenerator");
async function main() {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prismadocify",
"version": "1.0.11",
"version": "1.1.0",
"description": "Generate documentation for Prisma schemas.",
"main": "dist/index.js",
"author": "Fahim Ahammed Firoz",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// src/index.ts
#!/usr/bin/env node

import { generateDocumentation } from './documentationGenerator';

Expand Down

0 comments on commit 151a6fd

Please sign in to comment.