Skip to content
This repository was archived by the owner on Jan 13, 2024. It is now read-only.

Commit cce283b

Browse files
committed
changed package scope
1 parent cd5da13 commit cce283b

File tree

5 files changed

+14
-11
lines changed

5 files changed

+14
-11
lines changed

dist/codeflask.bundle.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

dist/editorjs-codeflask.bundle.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/codeflask.bundle.js.LICENSE.txt renamed to dist/editorjs-codeflask.bundle.js.LICENSE.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
/**
22
* EditorJsCodeFlask Block for the Editor.js.
33
*
4-
* @author CK ([email protected])
5-
* @copyright Calum Knott
4+
* @author Calum Knott ([email protected])
65
* @license The MIT License (MIT)
76
*/
87

package.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
{
2-
"name": "editorjs-codeflask",
3-
"version": "1.0.4",
2+
"name": "@calumk/editorjs-codeflask",
43
"description": "Codeflask, for EditorJS",
5-
"main": "./dist/codeflask.bundle.js",
4+
"version": "1.0.5",
5+
6+
"author": "Calum Knott",
7+
"repository": "https://github.com/calumk/editorjs-codeflask",
8+
"license": "MIT",
9+
10+
"main": "./dist/editorjs-codeflask.bundle.js",
611
"scripts": {
712
"test": "echo \"Error: no test specified\" && exit 1",
813
"build": "webpack --mode production"
914
},
10-
"author": "Calum Knott",
11-
"license": "MIT",
15+
1216
"dependencies": {
1317
"codeflask": "^1.4.1",
1418
"nice-select2": "^2.0.0",

webpack.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ module.exports = {
66
output: {
77
path: path.join(__dirname, '/dist'),
88
publicPath: '/',
9-
filename: 'codeflask.bundle.js',
10-
library: 'EditorJs_CodeFlask',
9+
filename: 'editorjs-codeflask.bundle.js',
10+
library: 'editorjsCodeflask',
1111
libraryExport: 'default',
1212
libraryTarget: 'umd'
1313
},

0 commit comments

Comments
 (0)