Skip to content

Commit c1cb5c7

Browse files
author
Дутченко Олег
committed
2.0.0
1 parent 9f37028 commit c1cb5c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export class WebPluginInterface {
1616
/**
1717
* @protected
1818
*/
19-
_bootstrap () {
19+
_setup () {
2020
// code
2121
}
2222

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.1.0",
3+
"version": "1.2.0",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)