Skip to content

Commit

Permalink
move templates to src folder
Browse files Browse the repository at this point in the history
  • Loading branch information
pawel-id committed Jan 28, 2024
1 parent 52849cc commit 1e1e549
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist",
"templates"
"dist"
],
"scripts": {
"build": "rimraf dist && tsc",
Expand Down
2 changes: 1 addition & 1 deletion src/template.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as allTemplates from '../templates'
import * as allTemplates from './templates'

export async function template(
name: keyof typeof allTemplates,
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 1e1e549

Please sign in to comment.