Skip to content

Commit

Permalink
Merge pull request #10 from Green-Software-Foundation/update-if-core
Browse files Browse the repository at this point in the history
Release v0.1.1 - Update if core version
  • Loading branch information
narekhovhannisyan authored Jun 17, 2024
2 parents d139a1c + 69adc0b commit 241115d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "if-plugin-template",
"description": "Impact Framework plugins template.",
"version": "v0.1.0",
"version": "v0.1.1",
"author": {
"name": "Green Software Foundation",
"email": "[email protected]"
Expand All @@ -10,7 +10,7 @@
"url": "https://github.com/Green-Software-Foundation/if-plugin-template/issues/new?assignees=&labels=feedback&projects=&template=feedback.md&title=Feedback+-+"
},
"dependencies": {
"@grnsft/if-core": "^0.0.3",
"@grnsft/if-core": "^0.0.7",
"typescript": "^5.1.6"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/lib/my-custom-plugin/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {ERRORS} from '@grnsft/if-core';
import {ERRORS} from '@grnsft/if-core/utils';
import {PluginParams, ExecutePlugin} from '@grnsft/if-core/types';

import {YourGlobalConfig} from './types';
Expand Down

0 comments on commit 241115d

Please sign in to comment.