Skip to content

Commit

Permalink
removed TS
Browse files Browse the repository at this point in the history
  • Loading branch information
bipoza committed Dec 9, 2022
1 parent 9bc5f0a commit 5285f46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<div class="container">
<h1>NahieranJS</h1>
<section>
<h2>Get TV Categories</h2>
<h2 class="text-primary">Get TV Categories</h2>
<code lang="javascript">import { getTVCategories } from "nahieran-js";

getTVCategories().then(res => {
Expand All @@ -37,7 +37,7 @@ <h2>Get TV Categories</h2>


<section>
<h2>Get TV Category</h2>
<h2 class="text-primary">Get TV Category</h2>
<code lang="javascript">import { getTVCategory } from "nahieran-js";

getTVCategory(category_slug).then(res => {
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"main": "node src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "tsc --watch",
"start-doc": "http-server -p 3000 -o docs/index.html"
"start": "http-server -p 3000 -o docs/index.html"
},
"author": "bipoza",
"license": "ISC",
Expand Down

0 comments on commit 5285f46

Please sign in to comment.