Skip to content

Commit

Permalink
fix(plugin-code-copy): correct package name
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Sep 28, 2019
1 parent 489d6b5 commit ee7d0ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/saber-plugin-code-copy/lib/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const path = require('path')

const ID = 'copy-code'
const ID = 'code-copy'

exports.name = ID

Expand Down
2 changes: 1 addition & 1 deletion packages/saber-plugin-code-copy/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "saber-plugin-copy-code",
"name": "saber-plugin-code-copy",
"version": "0.2.0",
"description": "Allow to copy code into clipboard",
"license": "MIT",
Expand Down

0 comments on commit ee7d0ce

Please sign in to comment.