Skip to content
This repository was archived by the owner on Mar 10, 2021. It is now read-only.

Commit 9115542

Browse files
committed
fix(test): Testing a change to the code base & circleci deploy
1 parent 49906b4 commit 9115542

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

plugin.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,12 @@ const add = async context => {
77
const { ignite } = context;
88

99
await ignite.addModule(NPM_MODULE_NAME, { version: "2.5.0", link: true });
10-
11-
// we need some sort of example, probably?
1210
};
1311

1412
const remove = async context => {
1513
const { ignite } = context;
1614

1715
await ignite.removeModule(NPM_MODULE_NAME, { unlink: true });
18-
19-
// remove the example?
2016
};
2117

2218
module.exports = { add, remove };

0 commit comments

Comments
 (0)