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 5625433 commit 1881e9aCopy full SHA for 1881e9a
bower.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ZingChart-AngularJS",
3
- "version": "1.0.0",
+ "version": "1.0.4",
4
"description": "An AngularJS wrapper for ZingChart",
5
"main": "src/zingchart-angularjs.js",
6
"keywords": [
index.js
@@ -0,0 +1,2 @@
+require('./src/zingchart-angularjs');
+module.exports = 'zingchart-angularjs';
package.json
@@ -1,8 +1,8 @@
"name": "zingchart-angularjs",
- "version": "1.0.1",
"description": "A ZingChart AngularJS directive",
- "main": "src/zingchart-angularjs.js",
+ "main": "index.js",
"author": "ZingChart",
7
"homepage": "www.zingchart.com",
8
"devDependencies": {
0 commit comments