|
10 | 10 | "bootstrap", |
11 | 11 | "validations" |
12 | 12 | ], |
| 13 | + "repository": { |
| 14 | + "type": "git", |
| 15 | + "url": "http://github.com/offirgolan/ember-bootstrap-cp-validations.git" |
| 16 | + }, |
13 | 17 | "license": "MIT", |
14 | 18 | "author": "offirgolan@gmail.com", |
15 | 19 | "directories": { |
16 | 20 | "doc": "doc", |
17 | 21 | "test": "tests" |
18 | 22 | }, |
19 | | - "repository": { |
20 | | - "type": "git", |
21 | | - "url": "http://github.com/offirgolan/ember-bootstrap-cp-validations.git" |
22 | | - }, |
23 | 23 | "scripts": { |
24 | 24 | "build": "ember build --environment=production", |
25 | 25 | "lint": "npm-run-all --aggregate-output --continue-on-error --parallel lint:*", |
|
39 | 39 | "@glimmer/component": "^1.0.1", |
40 | 40 | "@glimmer/tracking": "^1.0.1", |
41 | 41 | "babel-eslint": "^10.1.0", |
42 | | - "bootstrap": "^3.3.7", |
| 42 | + "bootstrap": "^4.3.1", |
43 | 43 | "broccoli-asset-rev": "^3.0.0", |
44 | 44 | "ember-auto-import": "^1.6.0", |
45 | | - "ember-bootstrap": "^3.1.4", |
| 45 | + "ember-bootstrap": "^4.1.0", |
46 | 46 | "ember-cli": "~3.21.0", |
47 | 47 | "ember-cli-dependency-checker": "^3.2.0", |
48 | 48 | "ember-cli-inject-live-reload": "^2.0.2", |
49 | 49 | "ember-cli-sri": "^2.1.1", |
50 | 50 | "ember-cli-uglify": "^3.0.0", |
51 | | - "ember-cp-validations": "^3.5.6", |
| 51 | + "ember-cp-validations": "^4.0.0-beta.10", |
52 | 52 | "ember-disable-prototype-extensions": "^1.1.3", |
53 | 53 | "ember-export-application-global": "^2.0.1", |
54 | 54 | "ember-getowner-polyfill": "^2.2.0", |
|
65 | 65 | "eslint-plugin-node": "^11.1.0", |
66 | 66 | "loader.js": "^4.7.0", |
67 | 67 | "npm-run-all": "^4.1.5", |
68 | | - "qunit-dom": "^1.4.0" |
| 68 | + "qunit-dom": "^1.4.0", |
| 69 | + "release-it": "^13.6.5", |
| 70 | + "release-it-lerna-changelog": "^2.3.0" |
69 | 71 | }, |
70 | 72 | "engines": { |
71 | 73 | "node": "10.* || >= 12" |
72 | 74 | }, |
| 75 | + "publishConfig": { |
| 76 | + "registry": "https://registry.npmjs.org" |
| 77 | + }, |
73 | 78 | "ember": { |
74 | 79 | "edition": "octane" |
75 | 80 | }, |
76 | 81 | "ember-addon": { |
77 | 82 | "configPath": "tests/dummy/config", |
78 | 83 | "after": "ember-bootstrap" |
| 84 | + }, |
| 85 | + "release-it": { |
| 86 | + "plugins": { |
| 87 | + "release-it-lerna-changelog": { |
| 88 | + "infile": "CHANGELOG.md", |
| 89 | + "launchEditor": true |
| 90 | + } |
| 91 | + }, |
| 92 | + "git": { |
| 93 | + "tagName": "v${version}" |
| 94 | + }, |
| 95 | + "github": { |
| 96 | + "release": true, |
| 97 | + "tokenRef": "GITHUB_AUTH" |
| 98 | + } |
79 | 99 | } |
80 | 100 | } |
0 commit comments