File tree 2 files changed +4
-11
lines changed 2 files changed +4
-11
lines changed Original file line number Diff line number Diff line change 1
- /* jshint node: true */
2
1
'use strict' ;
3
2
4
3
const fs = require ( 'fs' ) ;
@@ -10,7 +9,7 @@ module.exports = {
10
9
name : 'ember-cli-deploy-git-artefacts' ,
11
10
12
11
createDeployPlugin : function ( options ) {
13
- var DeployPlugin = DeployPluginBase . extend ( {
12
+ const DeployPlugin = DeployPluginBase . extend ( {
14
13
name : options . name ,
15
14
defaultConfig : {
16
15
enabled : true ,
Original file line number Diff line number Diff line change 8
8
],
9
9
"license" : " MIT" ,
10
10
"author" : " " ,
11
- "directories" : {
12
- "doc" : " doc" ,
13
- "test" : " tests"
14
- },
15
- "repository" : " " ,
11
+ "repository" : " https://github.com/scottkidder/ember-cli-deploy-git-artefacts" ,
16
12
"scripts" : {
17
- "lint:js" : " ./node_modules/.bin/eslint ./*.js addon addon-test-support app config lib server test-support tests" ,
18
- "start" : " ember serve" ,
19
- "test" : " ember try:each"
13
+ "lint:js" : " ./node_modules/.bin/eslint ./*.js config"
20
14
},
21
15
"dependencies" : {
22
16
"ember-cli-babel" : " ^6.14.1" ,
23
- "ember-cli-deploy-plugin" : " ~0.2.6 " ,
17
+ "ember-cli-deploy-plugin" : " ~0.2.9 " ,
24
18
"git-rev-sync" : " ^1.12.0"
25
19
},
26
20
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments