Skip to content

Commit 2428e40

Browse files
committed
Bump to 0.0.5, add repository field
1 parent 862670d commit 2428e40

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
{
22
"name": "css-object-loader",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
4+
"author": "pl12133",
45
"description": "Webpack loader to load CSS into a selector object with camelCased properties",
56
"main": "index.js",
67
"scripts": {
78
"test": "echo \"Error: no test specified\" && exit 1"
89
},
9-
"keywords": [],
10-
"author": "pl12133",
10+
"repository": {
11+
"type" : "git",
12+
"url" : "https://github.com/pl12133/css-object-loader"
13+
},
1114
"license": "MIT",
1215
"dependencies": {
1316
"camelcase": "^2.1.1",

0 commit comments

Comments
 (0)