We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 862670d commit 2428e40Copy full SHA for 2428e40
package.json
@@ -1,13 +1,16 @@
1
{
2
"name": "css-object-loader",
3
- "version": "0.0.4",
+ "version": "0.0.5",
4
+ "author": "pl12133",
5
"description": "Webpack loader to load CSS into a selector object with camelCased properties",
6
"main": "index.js",
7
"scripts": {
8
"test": "echo \"Error: no test specified\" && exit 1"
9
},
- "keywords": [],
10
- "author": "pl12133",
+ "repository": {
11
+ "type" : "git",
12
+ "url" : "https://github.com/pl12133/css-object-loader"
13
+ },
14
"license": "MIT",
15
"dependencies": {
16
"camelcase": "^2.1.1",
0 commit comments