Skip to content

Commit 3f1fadb

Browse files
committed
cleanup
1 parent 0bdbaef commit 3f1fadb

File tree

2 files changed

+4
-11
lines changed

2 files changed

+4
-11
lines changed

index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* jshint node: true */
21
'use strict';
32

43
const fs = require('fs');
@@ -10,7 +9,7 @@ module.exports = {
109
name: 'ember-cli-deploy-git-artefacts',
1110

1211
createDeployPlugin: function(options) {
13-
var DeployPlugin = DeployPluginBase.extend({
12+
const DeployPlugin = DeployPluginBase.extend({
1413
name: options.name,
1514
defaultConfig: {
1615
enabled: true,

package.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,13 @@
88
],
99
"license": "MIT",
1010
"author": "",
11-
"directories": {
12-
"doc": "doc",
13-
"test": "tests"
14-
},
15-
"repository": "",
11+
"repository": "https://github.com/scottkidder/ember-cli-deploy-git-artefacts",
1612
"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"
2014
},
2115
"dependencies": {
2216
"ember-cli-babel": "^6.14.1",
23-
"ember-cli-deploy-plugin": "~0.2.6",
17+
"ember-cli-deploy-plugin": "~0.2.9",
2418
"git-rev-sync": "^1.12.0"
2519
},
2620
"devDependencies": {

0 commit comments

Comments
 (0)