Skip to content

Commit 2ea833d

Browse files
committed
sort package.json
1 parent 87c3902 commit 2ea833d

1 file changed

Lines changed: 23 additions & 23 deletions

File tree

package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,41 +2,38 @@
22
"name": "ember-cli-update",
33
"version": "1.0.1",
44
"description": "Update Ember CLI projects",
5-
"main": "src/index.js",
6-
"bin": {
7-
"ember-cli-update": "bin/ember-cli-update.js",
8-
"ecu": "bin/ember-cli-update.js"
9-
},
10-
"scripts": {
11-
"lint": "eslint . --ext js,json",
12-
"start": "node bin/ember-cli-update",
13-
"test": "mocha",
14-
"test:bin": "mocha --config .mocharc.bin.js",
15-
"test:fast": "mocha --config .mocharc.fast.js",
16-
"preversion": "yargs-help-output README.md --npm-script-name start",
17-
"version": "git add README.md"
18-
},
19-
"repository": {
20-
"type": "git",
21-
"url": "git+https://github.com/ember-cli/ember-cli-update.git"
22-
},
235
"keywords": [
246
"ember.js",
257
"ember-cli"
268
],
27-
"author": "Kelly Selden",
28-
"license": "MIT",
9+
"homepage": "https://github.com/ember-cli/ember-cli-update#readme",
2910
"bugs": {
3011
"url": "https://github.com/ember-cli/ember-cli-update/issues"
3112
},
32-
"homepage": "https://github.com/ember-cli/ember-cli-update#readme",
33-
"engines": {
34-
"node": ">=14.15"
13+
"repository": {
14+
"type": "git",
15+
"url": "git+https://github.com/ember-cli/ember-cli-update.git"
16+
},
17+
"license": "MIT",
18+
"author": "Kelly Selden",
19+
"main": "src/index.js",
20+
"bin": {
21+
"ecu": "bin/ember-cli-update.js",
22+
"ember-cli-update": "bin/ember-cli-update.js"
3523
},
3624
"files": [
3725
"bin",
3826
"src"
3927
],
28+
"scripts": {
29+
"lint": "eslint . --ext js,json",
30+
"start": "node bin/ember-cli-update",
31+
"test": "mocha",
32+
"test:bin": "mocha --config .mocharc.bin.js",
33+
"test:fast": "mocha --config .mocharc.fast.js",
34+
"preversion": "yargs-help-output README.md --npm-script-name start",
35+
"version": "git add README.md"
36+
},
4037
"dependencies": {
4138
"boilerplate-update": "^2.1.1",
4239
"debug": "^4.2.0",
@@ -73,5 +70,8 @@
7370
"sinon-chai": "^3.7.0",
7471
"standard-node-template": "3.0.0",
7572
"yargs-help-output": "^2.0.0"
73+
},
74+
"engines": {
75+
"node": ">=14.15"
7676
}
7777
}

0 commit comments

Comments
 (0)