Skip to content

Commit 6dde058

Browse files
authored
Merge pull request #76 from lyonx/enhancements
Enhancements
2 parents a7de17b + 20abd76 commit 6dde058

19 files changed

+922
-357
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"supportSite":"http://learn.appdocumentation.com/plugin-tutorials/media-center-rss-feed-plugin-tutorial",
66
"scripts": {
77
"postinstall": "./node_modules/.bin/bower install",
8-
"test": "./node_modules/.bin/karma start --single-run --browsers PhantomJS"
8+
"test": "./node_modules/.bin/karma start --single-run --browsers PhantomJS",
9+
"build": "cd .. && rm -rf pluginMediaCenterRSS.zip && zip -r pluginMediaCenterRSS.zip pluginMediaCenterRSS/"
910
},
1011
"author": "",
1112
"license": "ISC",

widget/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict';
22

33
(function (angular, buildfire) {
4-
4+
55
// Make sure to include the required dependency to the module
66
angular.module('mediaCenterRSSPluginWidget', [
77
'ngRoute',

0 commit comments

Comments
 (0)