Skip to content

Commit e6c8c39

Browse files
committed
WIP
1 parent 36d7c55 commit e6c8c39

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

package.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{
22
"name": "css-module-loader",
3-
"version": "1.0.0",
3+
"version": "1.0.0-beta.0",
44
"main": "lib/index.js",
55
"repository": {
66
"type": "git",
7-
"url": "https://github.com/4Catalyzer/css-module-loader.git"
7+
"url": "git+https://github.com/4Catalyzer/css-module-loader.git"
8+
},
9+
"author": {
10+
"name": "4Catalyzer"
811
},
9-
"author": "4Catalyzer",
1012
"license": "MIT",
1113
"scripts": {
1214
"format": "4c format src './*'",
@@ -73,5 +75,11 @@
7375
"memory-fs": "^0.5.0",
7476
"sass-loader": "^8.0.0",
7577
"webpack": "^4.41.2"
76-
}
78+
},
79+
"bugs": {
80+
"url": "https://github.com/4Catalyzer/css-module-loader/issues"
81+
},
82+
"readme": "ERROR: No README data found!",
83+
"homepage": "https://github.com/4Catalyzer/css-module-loader#readme",
84+
"_id": "css-module-loader@1.0.0"
7785
}

0 commit comments

Comments
 (0)