Skip to content

Commit

Permalink
fix template
Browse files Browse the repository at this point in the history
  • Loading branch information
emilwidlund committed Oct 23, 2024
1 parent 901dce7 commit d4a4833
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polar-init",
"version": "0.1.4",
"version": "0.1.5",
"license": "Apache-2.0",
"bin": "bin/cli.js",
"type": "module",
Expand All @@ -12,7 +12,7 @@
"dev": "pnpm run copy:templates && tsc --watch",
"test": "prettier --check . && xo && ava",
"check": "biome check --write ./src",
"copy:templates": "mkdir -p dist/templates && cp -r templates dist/templates"
"copy:templates": "mkdir -p dist/templates && cp -r templates dist"
},
"files": [
"dist",
Expand Down

0 comments on commit d4a4833

Please sign in to comment.