File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " plugin-machine" ,
3- "version" : " 0.10.1 " ,
3+ "version" : " 0.10.2 " ,
44 "description" : " A CLI for Plugin Machine" ,
55 "homepage" : " https://pluginmachine.com/cli" ,
66 "repository" : " github:imaginarymachines/plugin-machine-cli" ,
Original file line number Diff line number Diff line change @@ -8,10 +8,23 @@ import {
88 getAuthConfig
99} from './lib/config'
1010import pluginMachineApi from './lib/pluginMachineApi' ;
11+ import {
12+ pluginBuild ,
13+ pluginZip ,
14+ uploader
15+ } from './pluginMachine'
16+
1117/**
1218 * Exporting api for when used as module
1319 */
1420export default {
21+ //Primary functions
22+ pluginMachine : {
23+ pluginBuild,
24+ pluginZip,
25+ uploader
26+ } ,
27+ //Lower-level build function
1528 builder : {
1629 buildPlugin,
1730 zipDirectory,
You can’t perform that action at this time.
0 commit comments