Skip to content

Commit e8999d2

Browse files
committed
initial commit
1 parent 9109514 commit e8999d2

File tree

4 files changed

+14407
-18115
lines changed

4 files changed

+14407
-18115
lines changed

index.js

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
'use strict';
22

3+
const DeployPluginBase = require('ember-cli-deploy-plugin');
4+
5+
const RSVP = require('rsvp');
6+
const IPFS = require('ipfs-core');
7+
38
module.exports = {
4-
name: require('./package').name,
9+
name: 'ember-cli-deploy-ipfs',
10+
11+
createDeployPlugin: (options) => {
12+
const DeployPlugin = DeployPluginBase.extend({
13+
name: options.name,
14+
});
15+
return new DeployPlugin();
16+
}
517
};

0 commit comments

Comments
 (0)