Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "counter", | ||
"description": "counter module", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"dependencies": { | ||
@@ -24,2 +24,2 @@ "kdmodules/core": "^0.1.0" | ||
] | ||
} | ||
} |
{ | ||
"name": "kd-counter", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "counter module for kd", | ||
@@ -32,5 +32,7 @@ "main": "index.coffee", | ||
"browser": { | ||
"core": "kd-core" | ||
"core": "kd-core", | ||
"core/CustomHTMLView": "kd-core/CustomHTMLView", | ||
"core/View": "kd-core/View" | ||
}, | ||
"devDependencies": {} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
7
5780
23