Skip to content

Commit

Permalink
fix(deps): correct prod,dev deps and their versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hyyan committed Apr 7, 2020
1 parent 8bbf668 commit 67dfae3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions bbj-plugin.json
Expand Up @@ -8,13 +8,15 @@
"plugin_dependencies": [
{
"plugin_name": "BBjWidget",
"plugin_version": "master",
"plugin_version": "1.0",
"project_url": "https://github.com/BBj-Plugins/BBjWidget"
},
}
],
"plugin_development_dependencies": [
{
"plugin_name": "BBjUnitTest",
"plugin_version": "master",
"project_url": "https://github.com/BBj-Plugins/BBjUnitTest"
}
]
]
}

0 comments on commit 67dfae3

Please sign in to comment.