Skip to content

Commit 0060df7

Browse files
author
Дутченко Олег
committed
1.0.1
1 parent 322970a commit 0060df7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
* @interface
1010
*/
1111
export class WebPluginInterface {
12-
constructor () {
13-
console.log('implement abstract constructor');
12+
constructor () { // eslint-disable-line no-useless-constructor
13+
// code
1414
}
1515

1616
bootstrap () {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web-plugin-interface",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)