Skip to content

Commit

Permalink
update to v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
soumak77 committed Aug 24, 2016
1 parent c869b44 commit f78f1a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ var PluginError = _require.PluginError;
* @prop {String} src - Glob of HTML files to parse. Not used in a Gulp context.
* @prop {String} dest - Folder to output HTML files to. Not used in a Gulp context.
* @prop {String} root - Common path to source HTML files.
* @prop {String} output - File path for JavaScript routes file.
* @prop {String} path - File path for JavaScript routes file.
* @prop {String} library - Library to format routes file for.
*/

Expand Down
2 changes: 1 addition & 1 deletion dist/libraries/default.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"use strict";

module.exports = function (routes) {
return "var BaseAppsRoutes = " + JSON.stringify(routes);
return "\n var BaseAppsRoutes = " + JSON.stringify(routes) + ";\n ";
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "base-apps-router",
"version": "1.2.0",
"version": "1.2.1",
"description": "Generate AngularJS states from Front Matter in state templates.",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit f78f1a1

Please sign in to comment.