Skip to content

Commit f5a91d7

Browse files
authored
Merge pull request #155 from Turbo87/sort
package.json: Sort contents
2 parents 71f88b6 + 279dbde commit f5a91d7

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,34 @@
22
"name": "loader.js",
33
"version": "4.7.0",
44
"description": "loader.js =========",
5+
"keywords": [
6+
"ember-addon"
7+
],
8+
"homepage": "https://github.com/ember-cli/loader.js",
9+
"bugs": {
10+
"url": "https://github.com/ember-cli/loader.js/issues"
11+
},
12+
"license": "MIT",
13+
"author": "",
14+
"files": [
15+
"dist",
16+
"index.js",
17+
"utils.js"
18+
],
519
"main": "dist/loader/loader.js",
620
"directories": {
721
"test": "tests"
822
},
23+
"repository": {
24+
"type": "git",
25+
"url": "https://github.com/ember-cli/loader.js.git"
26+
},
27+
"scripts": {
28+
"build": "node build",
29+
"prepublish": "./build.js",
30+
"test": "testem ci && jshint lib tests && jscs lib tests",
31+
"test:dev": "testem"
32+
},
933
"dependencies": {},
1034
"devDependencies": {
1135
"ara": "0.0.3",
@@ -21,30 +45,6 @@
2145
"qunitjs": "^1.20.0",
2246
"testem": "^2.13.0"
2347
},
24-
"scripts": {
25-
"build": "node build",
26-
"test": "testem ci && jshint lib tests && jscs lib tests",
27-
"test:dev": "testem",
28-
"prepublish": "./build.js"
29-
},
30-
"files": [
31-
"dist",
32-
"index.js",
33-
"utils.js"
34-
],
35-
"author": "",
36-
"license": "MIT",
37-
"bugs": {
38-
"url": "https://github.com/ember-cli/loader.js/issues"
39-
},
40-
"homepage": "https://github.com/ember-cli/loader.js",
41-
"repository": {
42-
"type": "git",
43-
"url": "https://github.com/ember-cli/loader.js.git"
44-
},
45-
"keywords": [
46-
"ember-addon"
47-
],
4848
"ember-addon": {
4949
"main": "index.js"
5050
}

0 commit comments

Comments
 (0)