diff --git a/example/main.js b/example/main.js index d2c0dc6..ce6c6c1 100644 --- a/example/main.js +++ b/example/main.js @@ -1,6 +1,6 @@ angular .module('angular-footable-example', [ - 'angular-footable.example' + 'angular-footable' ]) .controller('exampleCtrl', function($scope, example) { $scope.exampleResult = example(); diff --git a/gulpfile.js b/gulpfile.js index 768756d..b0d64d7 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -1,5 +1,6 @@ var gulp = require('gulp'), boilerplate = require('boilerplate-gulp'); + boilerplate(gulp, { pkg: require('./package.json'), jsMain: './src/angular-footable.js' diff --git a/package.json b/package.json index 9f8e83b..ca7e3bb 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "angular-footable", "version": "0.0.1", "description": "Angular derictive for FooTable", - "main": "gruntfile.js", + "main": "dist/angular-footable.js", "directories": { "test": "test" }, @@ -15,8 +15,7 @@ }, "keywords": [ "angular", - "library", - "seed" + "footable" ], "author": "Tony Wang", "license": "MIT",