Skip to content

Commit 8adddd0

Browse files
committed
details update
1 parent 5703f22 commit 8adddd0

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

package.json

+11-4
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,22 @@
33
"version": "0.0.0",
44
"description": "The default blueprint for ember-cli addons.",
55
"keywords": [
6-
"ember-addon"
6+
"ember-addon",
7+
"ember-css-loader",
8+
"ember-css-lazy-loader",
9+
"ember-css-load-on-demand"
710
],
811
"license": "MIT",
9-
"author": "",
12+
"author": "Vivek Munde",
1013
"directories": {
1114
"doc": "doc",
1215
"test": "tests"
1316
},
14-
"repository": "",
17+
"homepage": "https://github.com/vivekmunde/ember-m-css-loader",
18+
"repository": {
19+
"type": "git",
20+
"url": "git+https://github.com/vivekmunde/ember-m-css-loader.git"
21+
},
1522
"scripts": {
1623
"build": "ember build",
1724
"start": "ember server",
@@ -48,4 +55,4 @@
4855
"ember-addon": {
4956
"configPath": "tests/dummy/config"
5057
}
51-
}
58+
}

0 commit comments

Comments
 (0)