Skip to content

Commit

Permalink
Move main.js to src/
Browse files Browse the repository at this point in the history
  • Loading branch information
mirismaili committed Apr 23, 2021
1 parent 076aa98 commit 715e707
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link href="res/favicon.ico" rel="shortcut icon" type="image/x-icon">

<script type="module">
import calculateAbjadCode, {intToFa} from './main.js'
import calculateAbjadCode, {intToFa} from './src/main.js'

const input = document.getElementById('input')

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"license": "MIT",
"author": "S. Mahdi Mir-Ismaili <s.m.mirismaili@gmail.com>",
"type": "module",
"main": "main.js",
"main": "src/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand All @@ -38,6 +38,6 @@
"node": ">=14"
},
"files": [
"main.js"
"src"
]
}
File renamed without changes.

0 comments on commit 715e707

Please sign in to comment.