|
7 | 7 | "test": "tests" |
8 | 8 | }, |
9 | 9 | "scripts": { |
10 | | - "start": "ember server", |
11 | | - "build": "ember build", |
| 10 | + "release": "release-it", |
12 | 11 | "test": "node tests/runner.js && ./node_modules/.bin/eslint index.js tests/**/*.js" |
13 | 12 | }, |
14 | 13 | "repository": "https://github.com/ember-cli-deploy/ember-cli-deploy-gzip", |
|
18 | 17 | "author": "Luke Melia and ember-cli-deploy team", |
19 | 18 | "license": "MIT", |
20 | 19 | "devDependencies": { |
21 | | - "chai": "^3.5.0", |
22 | | - "chai-as-promised": "^6.0.0", |
23 | | - "ember-cli": "^2.12.0", |
24 | | - "ember-cli-release": "^1.0.0-beta.2", |
25 | | - "eslint": "^3.18.0", |
26 | | - "github": "^9.2.0", |
27 | | - "glob": "^7.0.5", |
28 | | - "mocha": "^3.2.0", |
29 | | - "multiline": "^1.0.2", |
30 | | - "rimraf": "^2.3.4" |
| 20 | + "chai": "^4.2.0", |
| 21 | + "chai-as-promised": "^7.1.1", |
| 22 | + "ember-cli": "^3.22.0", |
| 23 | + "eslint": "^7.14.0", |
| 24 | + "github": "^14.0.0", |
| 25 | + "glob": "^7.1.6", |
| 26 | + "mocha": "^8.2.1", |
| 27 | + "multiline": "^2.0.0", |
| 28 | + "rimraf": "^3.0.2", |
| 29 | + "release-it": "14.2.1", |
| 30 | + "release-it-lerna-changelog": "^2.3.0" |
31 | 31 | }, |
32 | 32 | "keywords": [ |
33 | 33 | "ember-addon", |
34 | 34 | "ember-cli-deploy-plugin" |
35 | 35 | ], |
36 | 36 | "dependencies": { |
37 | | - "chalk": "^1.1.3", |
38 | | - "core-object": "^2.0.6", |
| 37 | + "chalk": "^4.1.0", |
| 38 | + "core-object": "^3.1.5", |
39 | 39 | "ember-cli-deploy-plugin": "^0.2.6", |
40 | | - "minimatch": "^3.0.3", |
41 | | - "rsvp": "^3.5.0" |
| 40 | + "minimatch": "^3.0.4", |
| 41 | + "rsvp": "^4.8.5" |
42 | 42 | }, |
43 | 43 | "ember-addon": { |
44 | 44 | "configPath": "tests/dummy/config" |
| 45 | + }, |
| 46 | + "release-it": { |
| 47 | + "plugins": { |
| 48 | + "release-it-lerna-changelog": { |
| 49 | + "infile": "CHANGELOG.md", |
| 50 | + "launchEditor": false |
| 51 | + } |
| 52 | + }, |
| 53 | + "git": { |
| 54 | + "requireCleanWorkingDir": false |
| 55 | + }, |
| 56 | + "github": { |
| 57 | + "release": true |
| 58 | + } |
45 | 59 | } |
46 | 60 | } |
0 commit comments