Skip to content

Commit

Permalink
v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
trusktr committed Nov 28, 2023
1 parent fddb13d commit 68458fe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export * from './CodeMirror.js';
export * from './CodeMirrorContentchangedEvent.js';
export declare const version = "0.0.0";
export declare const version = "0.0.1";
//# sourceMappingURL=index.d.ts.map
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "code-mirror-el",
"version": "0.0.0",
"version": "0.0.1",
"description": "A `<code-mirror>` custom element for declarative manipulation of CodeMirror.",
"license": "MIT",
"homepage": "http://github.com/lume/code-mirror-element#readme",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export * from './CodeMirror.js'
export * from './CodeMirrorContentchangedEvent.js'

export const version = '0.0.0'
export const version = '0.0.1'

0 comments on commit 68458fe

Please sign in to comment.