Skip to content

Commit 1a56d2d

Browse files
committed
Fix cookiecutter variable.
1 parent 7725d39 commit 1a56d2d

File tree

1 file changed

+1
-1
lines changed
  • {{cookiecutter.github_project_name}}/src

1 file changed

+1
-1
lines changed

{{cookiecutter.github_project_name}}/src/plugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import {
1919
MODULE_NAME, MODULE_VERSION
2020
} from './version';
2121

22-
const EXTENSION_ID = '{{ cookiecutter.npm_project_name }}';
22+
const EXTENSION_ID = '{{ cookiecutter.npm_package_name }}:plugin';
2323

2424
/**
2525
* The example plugin.

0 commit comments

Comments
 (0)