File tree Expand file tree Collapse file tree 2 files changed +4451
-2084
lines changed Expand file tree Collapse file tree 2 files changed +4451
-2084
lines changed Original file line number Diff line number Diff line change 7
7
"test" : " tests"
8
8
},
9
9
"scripts" : {
10
- "test" : " node tests/runner .js && ./node_modules/.bin/eslint index. js lib/* tests/* "
10
+ "test" : " eslint index .js lib/**/*. js tests/**/*.js && node ./ tests/runner.js "
11
11
},
12
12
"repository" : " https://github.com/ember-cli-deploy/ember-cli-deploy-revision-data" ,
13
13
"engines" : {
16
16
"author" : " Aaron Chambers and the ember-cli-deploy team" ,
17
17
"license" : " MIT" ,
18
18
"devDependencies" : {
19
- "chai" : " ^3.5.0" ,
20
- "chai-as-promised" : " ^6.0.0" ,
21
- "ember-cli" : " ^2.12.0" ,
19
+ "@octokit/rest" : " ^18.5.3" ,
20
+ "chai" : " ^4.3.4" ,
21
+ "chai-as-promised" : " ^7.1.1" ,
22
+ "ember-cli" : " ^3.26.1" ,
22
23
"ember-cli-release" : " 1.0.0-beta.2" ,
23
- "eslint" : " ^3.18.0" ,
24
- "github" : " ^2.5.1" ,
25
- "glob" : " ^7.1.1" ,
26
- "mocha" : " ^3.2.0" ,
24
+ "eslint" : " ^7.25.0" ,
25
+ "glob" : " ^7.1.6" ,
26
+ "mocha" : " ^8.3.2" ,
27
27
"multiline" : " ^1.0.2"
28
28
},
29
29
"keywords" : [
30
30
" ember-addon" ,
31
31
" ember-cli-deploy-plugin"
32
32
],
33
33
"dependencies" : {
34
- "chalk" : " ^1 .1.3 " ,
35
- "core-object" : " ^2.0.6 " ,
36
- "ember-cli-deploy-plugin" : " ^0.2.6 " ,
37
- "git-repo-info" : " ^1.3.0 " ,
38
- "minimatch" : " ^3.0.3 " ,
39
- "rsvp" : " ^3.5.0 " ,
40
- "simple-git" : " ^1.57 .0"
34
+ "chalk" : " ^4 .1.1 " ,
35
+ "core-object" : " ^3.1.5 " ,
36
+ "ember-cli-deploy-plugin" : " ^0.2.9 " ,
37
+ "git-repo-info" : " ^2.1.1 " ,
38
+ "minimatch" : " ^3.0.4 " ,
39
+ "rsvp" : " ^4.8.5 " ,
40
+ "simple-git" : " ^2.38 .0"
41
41
}
42
42
}
You can’t perform that action at this time.
0 commit comments